Click or drag to resize

Win32ToolBarToolBarButtonCollectionRemoveByKey Method

Removes the Win32ToolBarButton with the specified key from the collection.

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

Parameters

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