Click or drag to resize

JamShellColumnCollectionItem(SHCOLUMNID) Property

Gets the JamShellColumnHeader with the specified SHCOLUMNID.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public JamShellColumnHeader this[
	SHCOLUMNID pShellColumnId
] { get; }

Parameters

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

Property Value

JamShellColumnHeader
The JamShellColumnHeader.

Return Value

JamShellColumnHeader
A JamShellColumnHeader representing the column header with the specified SHCOLUMNID.

Implements

IJamShellColumnCollectionItemSHCOLUMNID
See Also