Click or drag to resize

Win32ToolBarToolBarButtonCollectionIndexOf Method

Retrieves the index of the specified toolbar button in the collection.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public int IndexOf(
	Win32ToolBarButton button
)

Parameters

button  Win32ToolBarButton
The Win32ToolBarButton to locate in the collection.

Return Value

Int32
The zero-based index of the item found in the collection; otherwise, -1.
See Also