Click or drag to resize

Win32ToolBarToolBarButtonCollectionRemove Method

Removes a given button from the toolbar button collection.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public void Remove(
	Win32ToolBarButton button
)

Parameters

button  Win32ToolBarButton
The Win32ToolBarButton to remove from the collection.
See Also