Win32ToolBarToolBarButtonCollectionContainsKey Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
- Type: SystemString
The name of the Win32ToolBarButton to search for.
Return Value
Type:
Boolean to indicate a
Win32ToolBarButton with the specified key is found; otherwise,
.
See Also