ToolBar::ToolBarButtonCollection Constructor (ToolBar^)
.NET Framework (current version)
Initializes a new instance of the ToolBar::ToolBarButtonCollection class and assigns it to the specified toolbar.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- owner
-
Type:
System.Windows.Forms::ToolBar^
The ToolBar that is the parent of the collection of ToolBarButton controls.
You do not typically create a ToolBar::ToolBarButtonCollection and explicitly call its constructor. By referencing the Buttons property of the ToolBar control, a ToolBar::ToolBarButtonCollection is created. You can then gain access to its properties and methods, and assign ToolBarButton controls to the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: