Język

Control.ControlCollection(Control) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

owner
Control

Reprezentująca Control kontrolkę będącą właścicielem kolekcji kontrolek.

Wyjątki

.NET 5 lub nowszych wersji: argument owner jest null.

Dotyczy

Zobacz też