Click or drag to resize

Win32ToolBarToolBarButtonCollectionRemove Method

Removes a given button from the toolbar button collection.

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

Parameters

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