TableLayoutControlCollection.Container Propriété

Définition

Obtient le TableLayoutPanel parent qui contient les contrôles de la collection.

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

Valeur de propriété

TableLayoutPanel qui contient les contrôles de la collection actuelle.

Remarques

Cette propriété est définie par le TableLayoutControlCollection constructeur.

S’applique à

Voir aussi