ToolBar.ToolBarButtonCollection(ToolBar) Constructor

Definition

Initializes a new instance of the ToolBar.ToolBarButtonCollection class and assigns it to the specified toolbar.

C#
public ToolBarButtonCollection(System.Windows.Forms.ToolBar owner);

Parameters

owner
ToolBar

The ToolBar that is the parent of the collection of ToolBarButton controls.

Remarks

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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 10

See also