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.0
Syntax
public int IndexOf(
	Win32ToolBarButton button
)

Parameters

button
Type: Jam.ShellWin32ToolBarButton
The Win32ToolBarButton to locate in the collection.

Return Value

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