Click or drag to resize

JamShellColumnCollectionGetColumnBySHColumnID Method

Gets the column specified by the passed SHCOLUMNID.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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