共用方式為


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 構函式所設定。

適用於

另請參閱