Click or drag to resize

ShellBrowserGetIndexOfShColumnID Method

Gets the shell index for a given ShColumnID.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public int GetIndexOfShColumnID(
	SHCOLUMNID columnID
)

Parameters

columnID  SHCOLUMNID
A SHCOLUMNID.

Return Value

Int32
The index of the given ShColumnId or -1 if could not be found.
See Also