Click or drag to resize

JamShellColumnCollectionGetColumnBySHColumnID Method

Gets the column specified by the passed SHCOLUMNID.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public JamShellColumnHeader GetColumnBySHColumnID(
	SHCOLUMNID pShellColumnId
)

Parameters

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

Return Value

Type: JamShellColumnHeader
true if the there is a column displaying the passed SHCOLUMNID.
See Also