Win32ToolBarToolBarButtonCollectionRemoveByKey Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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