TableLayoutControlCollection(TableLayoutPanel) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe TableLayoutControlCollection.
public:
TableLayoutControlCollection(System::Windows::Forms::TableLayoutPanel ^ container);
public TableLayoutControlCollection (System.Windows.Forms.TableLayoutPanel container);
new System.Windows.Forms.TableLayoutControlCollection : System.Windows.Forms.TableLayoutPanel -> System.Windows.Forms.TableLayoutControlCollection
Public Sub New (container As TableLayoutPanel)
Paramètres
- container
- TableLayoutPanel
Contrôle TableLayoutPanel qui contient cette collection du contrôle.
Exceptions
.NET 5 et versions ultérieures : l’argument container
est null
.
Remarques
En règle générale, le programmeur d’application ne crée pas directement d’instances de la TableLayoutControlCollection classe . Au lieu de cela, une référence à un existant TableLayoutControlCollection est retournée par la Controls propriété .