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ący Control kontrolkę będącą właścicielem kolekcji kontrolek.

Wyjątki

.NET 5 i nowsze wersje: owner argumentem jest null.

Dotyczy

Zobacz też