Click or drag to resize

Win32ToolBarToolBarButtonCollectionContains Method

Determines if the specified toolbar button is a member of the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool Contains(
	Win32ToolBarButton button
)

Parameters

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

Return Value

Type: Boolean
if the Win32ToolBarButton is a member of the collection; otherwise, .
See Also