Click or drag to resize

Win32ToolBarToolBarButtonCollectionContainsKey Method

Determines if a Win32ToolBarButton with the specified key is contained in the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public virtual bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The name of the Win32ToolBarButton to search for.

Return Value

Type: Boolean
to indicate a Win32ToolBarButton with the specified key is found; otherwise, .
See Also