ToolStripPanel.ToolStripPanelRowCollection 建構函式

定義

初始化 ToolStripPanel.ToolStripPanelRowCollection 類別的新執行個體。

多載

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

在指定的 ToolStripPanel.ToolStripPanelRowCollection 中,初始化 ToolStripPanel 類別的新執行個體。

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

使用指定之 ToolStripPanel.ToolStripPanelRowCollection 中的指定資料列數目,初始化 ToolStripPanel 類別的新執行個體。

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

在指定的 ToolStripPanel.ToolStripPanelRowCollection 中,初始化 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)

參數

適用於

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

使用指定之 ToolStripPanel.ToolStripPanelRowCollection 中的指定資料列數目,初始化 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())

參數

適用於