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

注釈

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

適用対象

こちらもご覧ください