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.2
Syntax
public virtual void RemoveByKey(
	string key
)

Parameters

key  String
The name of the Win32ToolBarButton to remove from the collection.
See Also