Win32ToolBarToolBarButtonCollectionItem Property (String) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual Win32ToolBarButton this[
string key
] { get; }
Public Overridable ReadOnly Default Property Item (
key As String
) As Win32ToolBarButton
Get
public:
virtual property Win32ToolBarButton^ default[String^ key] {
Win32ToolBarButton^ get (String^ key);
}
abstract Item : Win32ToolBarButton with get
override Item : Win32ToolBarButton with get
Parameters
- key
- Type: SystemString
The name of the Win32ToolBarButton to retrieve.
Return Value
Type:
Win32ToolBarButtonThe
Win32ToolBarButton whose
Name property matches the specified key.
See Also