ShellViewColumnsGetColumnName Method |
Gets the caption of the column with the passed column key.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected string GetColumnName(
SHCOLUMNID pShellColumnId
)
Protected Function GetColumnName (
pShellColumnId As SHCOLUMNID
) As String
protected:
String^ GetColumnName(
SHCOLUMNID pShellColumnId
)
member GetColumnName :
pShellColumnId : SHCOLUMNID -> string
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
Return Value
Type:
StringThe caption of the column.
See Also