Share via


TableLayoutControlCollection.Container プロパティ

定義

コレクションに含まれるコントロールを格納する親 TableLayoutPanel を取得します。

public:
 property System::Windows::Forms::TableLayoutPanel ^ Container { System::Windows::Forms::TableLayoutPanel ^ get(); };
public System.Windows.Forms.TableLayoutPanel Container { get; }
member this.Container : System.Windows.Forms.TableLayoutPanel
Public ReadOnly Property Container As TableLayoutPanel

プロパティ値

TableLayoutPanel

現在のコレクションに含まれるコントロールを格納する TableLayoutPanel

注釈

このプロパティは、コンストラクターによって TableLayoutControlCollection 設定されます。

適用対象

こちらもご覧ください