ToolStripPanel.ToolStripPanelRowCollection コンストラクター

定義

ToolStripPanel.ToolStripPanelRowCollection クラスの新しいインスタンスを初期化します。

オーバーロード

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

指定した ToolStripPanel.ToolStripPanelRowCollectionToolStripPanel クラスの新しいインスタンスを初期化します。

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])

指定した ToolStripPanel.ToolStripPanelRowCollection の、指定した数の行を含む ToolStripPanel クラスの新しいインスタンスを初期化します。

ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)

指定した ToolStripPanel.ToolStripPanelRowCollectionToolStripPanel クラスの新しいインスタンスを初期化します。

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

パラメーター

適用対象