Click or drag to resize

Win32ToolBarToolBarButtonCollectionRemoveByKey Method

Removes the Win32ToolBarButton with the specified key from the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public virtual void RemoveByKey(
	string key
)

Parameters

key
Type: SystemString
The name of the Win32ToolBarButton to remove from the collection.
See Also