Click or drag to resize

Win32ToolBarToolBarButtonCollectionItem(String) Property

Gets a Win32ToolBarButton with the specified key from the collection.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public virtual Win32ToolBarButton this[
	string key
] { get; }

Parameters

key  String
The name of the Win32ToolBarButton to retrieve.

Return Value

Win32ToolBarButton
The Win32ToolBarButton whose Name property matches the specified key.
See Also