Win32ToolBarToolBarButtonCollectionContainsKey Method |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic virtual bool ContainsKey(
string key
)
Public Overridable Function ContainsKey (
key As String
) As Boolean
public:
virtual bool ContainsKey(
String^ key
)
abstract ContainsKey :
key : string -> bool
override ContainsKey :
key : string -> bool 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