TableLayoutControlCollection(TableLayoutPanel) Konstruktor

Definition

Initialisiert eine neue Instanz der TableLayoutControlCollection-Klasse.

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)

Parameter

container
TableLayoutPanel

Das TableLayoutPanel-Steuerelement, das diese Auflistung von Steuerelementen enthält.

Ausnahmen

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

Hinweise

Im Allgemeinen erstellt der Anwendungsprogrammierer nicht direkt Instanzen der TableLayoutControlCollection -Klasse. Stattdessen wird von der Controls -Eigenschaft ein Verweis auf ein vorhandenes TableLayoutControlCollection zurückgegeben.

Gilt für:

Weitere Informationen