ToolStripPanel.ToolStripPanelRowCollection Constructors

Definition

Initializes a new instance of the ToolStripPanel.ToolStripPanelRowCollection class.

Overloads

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

Initializes a new instance of the ToolStripPanel.ToolStripPanelRowCollection class in the specified ToolStripPanel.

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

Initializes a new instance of the ToolStripPanel.ToolStripPanelRowCollection class with the specified number of rows in the specified ToolStripPanel.

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

Initializes a new instance of the ToolStripPanel.ToolStripPanelRowCollection class in the specified ToolStripPanel.

public:
 ToolStripPanelRowCollection(System::Windows::Forms::ToolStripPanel ^ owner);
public ToolStripPanelRowCollection (System.Windows.Forms.ToolStripPanel owner);
new System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.ToolStripPanel -> System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection
Public Sub New (owner As ToolStripPanel)

Parameters

Applies to

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

Initializes a new instance of the ToolStripPanel.ToolStripPanelRowCollection class with the specified number of rows in the specified ToolStripPanel.

public:
 ToolStripPanelRowCollection(System::Windows::Forms::ToolStripPanel ^ owner, cli::array <System::Windows::Forms::ToolStripPanelRow ^> ^ value);
public ToolStripPanelRowCollection (System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow[] value);
new System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.ToolStripPanel * System.Windows.Forms.ToolStripPanelRow[] -> System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection
Public Sub New (owner As ToolStripPanel, value As ToolStripPanelRow())

Parameters

Applies to