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())

参数

适用于