ToolStripPanel.ToolStripPanelRowCollection Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ToolStripPanel.ToolStripPanelRowCollection class.
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. |
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
- owner
- ToolStripPanel
The ToolStripPanel that holds this ToolStripPanel.ToolStripPanelRowCollection.
Applies to
.NET Framework 4.8.1 та інші версії
Продукт | Версії |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
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
- owner
- ToolStripPanel
The ToolStripPanel that holds this ToolStripPanel.ToolStripPanelRowCollection.
- value
- ToolStripPanelRow[]
The number of rows in the ToolStripPanel.ToolStripPanelRowCollection.
Applies to
.NET Framework 4.8.1 та інші версії
Продукт | Версії |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: