ToolBar::ToolBarButtonCollection::Clear Method ()
.NET Framework (current version)
Removes all buttons from the toolbar button collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The Clear method iterates through the collection and removes all toolbar buttons assigned to the ToolBar::ToolBarButtonCollection.
To remove an individual toolbar button from the collection, use the Remove or RemoveAt methods.
To add new ToolBarButton objects to the collection, use the Add, AddRange or Insert methods.
The following code example displays the Count of the Buttons before and after the Clear method is called. This code requires that a ToolBar with at least one ToolBarButton has been created.
.NET Framework
Available since 1.1
Available since 1.1
Show: