ToolStripPanel::ToolStripPanelRowCollection::AddRange Method (array<ToolStripPanelRow^>^)

 

Adds an array of ToolStripPanelRow objects to a ToolStripPanel.

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

public:
void AddRange(
	array<ToolStripPanelRow^>^ value
)

Parameters

value
Type: array<System.Windows.Forms::ToolStripPanelRow^>^

An array of ToolStripPanelRow objects.

Exception Condition
ArgumentNullException

value is null.

.NET Framework
Available since 2.0
Return to top
Show: