ToolStripPanel.ToolStripPanelRowCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- owner
- ToolStripPanel
この ToolStripPanel を所有する ToolStripPanel.ToolStripPanelRowCollection。
適用対象
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())
パラメーター
- owner
- ToolStripPanel
この ToolStripPanel を所有する ToolStripPanel.ToolStripPanelRowCollection。
- value
- ToolStripPanelRow[]