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

包含当前集合中的控件的 TableLayoutPanel

注解

此属性由 TableLayoutControlCollection 构造函数设置。

适用于

另请参阅