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 建構子設定。