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