Click or drag to resize

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.2
Syntax
protected string GetColumnName(
	SHCOLUMNID pShellColumnId
)

Parameters

pShellColumnId  SHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Return Value

String
The caption of the column.
See Also