Win32ToolBarToolBarButtonCollectionIndexOf Method |
Retrieves the index of the specified toolbar button in the collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int IndexOf(
Win32ToolBarButton button
)
Public Function IndexOf (
button As Win32ToolBarButton
) As Integer
public:
int IndexOf(
Win32ToolBarButton^ button
)
member IndexOf :
button : Win32ToolBarButton -> int Parameters
- button Win32ToolBarButton
- The Win32ToolBarButton to locate in the collection.
Return Value
Int32The zero-based index of the item found in the collection; otherwise, -1.
See Also