Control.ControlCollection(Control) Constructeur

Définition

Initialise une nouvelle instance de la classe Control.ControlCollection.

public:
 ControlCollection(System::Windows::Forms::Control ^ owner);
public ControlCollection (System.Windows.Forms.Control owner);
new System.Windows.Forms.Control.ControlCollection : System.Windows.Forms.Control -> System.Windows.Forms.Control.ControlCollection
Public Sub New (owner As Control)

Paramètres

owner
Control

Control représentant le contrôle auquel appartient la collection.

Exceptions

.NET 5 et versions ultérieures : l’argument owner est null.

S’applique à

Voir aussi