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.2
Syntax
public JamShellColumnHeader GetColumnBySHColumnID(
	SHCOLUMNID pShellColumnId
)

Parameters

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

Return Value

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