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

適用於

另請參閱