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.1
Syntax
protected int IndexOf(
	int pCommand
)

Parameters

pCommand
Type: SystemInt32
Command identifier associated with the button.

Return Value

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