Win32ToolBarToolBarButtonCollectionRemoveByKey Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual void RemoveByKey(
string key
)
Public Overridable Sub RemoveByKey (
key As String
)
public:
virtual void RemoveByKey(
String^ key
)
abstract RemoveByKey :
key : string -> unit
override RemoveByKey :
key : string -> unit
Parameters
- key
- Type: SystemString
The name of the Win32ToolBarButton to remove from the collection.
See Also