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.2
Syntax
public virtual bool ContainsKey(
	string key
)

Parameters

key  String
The name of the Win32ToolBarButton to search for.

Return Value

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