TableLayoutControlCollection.Container Proprietà

Definizione

Ottiene i controlli TableLayoutPanel padre che contengono i controlli dell'insieme.

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

Valore della proprietà

TableLayoutPanel che contiene i controlli dell'insieme corrente.

Commenti

Questa proprietà viene impostata dal TableLayoutControlCollection costruttore .

Si applica a

Vedi anche