ToolStrip Constructor (array<ToolStripItem^>^)

 

Initializes a new instance of the ToolStrip class with the specified array of ToolStripItems.

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

public:
ToolStrip(
	... array<ToolStripItem^>^ items
)

Parameters

items
Type: array<System.Windows.Forms::ToolStripItem^>^

An array of ToolStripItem objects.

.NET Framework
Available since 2.0
Return to top
Show: