TableLayoutControlCollection.Container 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得父代 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 構函式所設定。