TableLayoutControlCollection(TableLayoutPanel) Constructeur

Définition

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é .

S’applique à

Voir aussi