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 (in ShellBrowser.dll) Version: 7.0
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