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.0
Syntax
public void Remove(
	Win32ToolBarButton button
)

Parameters

button
Type: Jam.ShellWin32ToolBarButton
The Win32ToolBarButton to remove from the collection.
See Also