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
)
Public Sub Remove (
button As Win32ToolBarButton
)
public:
void Remove(
Win32ToolBarButton^ button
)
member Remove :
button : Win32ToolBarButton -> unit
Parameters
- button
- Type: Jam.ShellWin32ToolBarButton
The Win32ToolBarButton to remove from the collection.
See Also