Click or drag to resize

JamShellColumnCollectionItem Property (SHCOLUMNID)

Gets the JamShellColumnHeader with the specified SHCOLUMNID.

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

Parameters

pShellColumnId
Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.

Property Value

Type: JamShellColumnHeader
The JamShellColumnHeader.

Return Value

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

Implements

IJamShellColumnCollectionItemSHCOLUMNID
See Also