Control.ControlCollection(Control) Konstruktor

Definition

Initialisiert eine neue Instanz der Control.ControlCollection-Klasse.

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)

Parameter

owner
Control

A Control representing the control that owns the control collection.

Ausnahmen

.NET 5 und höher: Das Argument owner ist null.

Gilt für:

Weitere Informationen