Click or drag to resize

Win32ToolBarToolBarButtonCollectionContains Method

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

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

Parameters

button  Win32ToolBarButton
The Win32ToolBarButton to locate in the collection.

Return Value

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