ToolBar::ToolBarButtonCollection Constructor (ToolBar^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ToolBarButtonCollection(
	ToolBar^ owner
)

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
Return to top
Show: