CustomToolBarIndexOf Method |
Retrieves the zero-based index for the button associated with the specified command identifier.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected int IndexOf(
int pCommand
)
Protected Function IndexOf (
pCommand As Integer
) As Integer
protected:
int IndexOf(
int pCommand
)
member IndexOf :
pCommand : int -> int Parameters
- pCommand Int32
- Command identifier associated with the button.
Return Value
Int32The zero-based index for the button or
-1 if the specified command identifier is invalid.
See Also