Click or drag to resize

JamBaseShellListViewGetIndexOfShColumnId Method (SHCOLUMNID, Boolean)

Returns the local index for the given ShellColumnID.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected int GetIndexOfShColumnId(
	SHCOLUMNID p_ColID,
	bool mustBeVisible
)

Parameters

p_ColID
Type: Jam.ShellSHCOLUMNID
A ShellColumnID.
mustBeVisible
Type: SystemBoolean
if true only returns indexes of visible columns

Return Value

Type: Int32
The local column index.
See Also