Click or drag to resize

CustomToolBarIndexOf Method

Retrieves the zero-based index for the button associated with the specified command identifier.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected int IndexOf(
	int pCommand
)

Parameters

pCommand  Int32
Command identifier associated with the button.

Return Value

Int32
The zero-based index for the button or -1 if the specified command identifier is invalid.
See Also