ToolStripPanel::ToolStripPanelRowCollection Constructor (ToolStripPanel^, array<ToolStripPanelRow^>^)
.NET Framework (current version)
Initializes a new instance of the ToolStripPanel::ToolStripPanelRowCollection class with the specified number of rows in the specified ToolStripPanel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: ToolStripPanelRowCollection( ToolStripPanel^ owner, array<ToolStripPanelRow^>^ value )
Parameters
- owner
-
Type:
System.Windows.Forms::ToolStripPanel^
The ToolStripPanel that holds this ToolStripPanel::ToolStripPanelRowCollection.
- value
-
Type:
array<System.Windows.Forms::ToolStripPanelRow^>^
The number of rows in the ToolStripPanel::ToolStripPanelRowCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: