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