Win32ToolBarToolBarButtonCollectionRemove Method | 
Removes a given button from the toolbar button collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void Remove(
	Win32ToolBarButton button
)
Public Sub Remove ( 
	button As Win32ToolBarButton
)
public:
void Remove(
	Win32ToolBarButton^ button
)
member Remove : 
        button : Win32ToolBarButton -> unit Parameters
- button  Win32ToolBarButton
 - The Win32ToolBarButton to remove from the collection.
 
See Also