Click or drag to resize

Win32ToolBarToolBarButtonCollectionItem Property (String)

Gets a Win32ToolBarButton with the specified key from the collection.

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

Parameters

key
Type: SystemString
The name of the Win32ToolBarButton to retrieve.

Return Value

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