Win32ToolBarToolBarButtonCollectionItem(String) Property |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- The name of the Win32ToolBarButton to retrieve.
Return Value
Win32ToolBarButtonThe
Win32ToolBarButton whose
Name property matches the specified key.
See Also