TableLayoutControlCollection(TableLayoutPanel) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

container
TableLayoutPanel

Het TableLayoutPanel besturingselement dat de besturingselementverzameling bevat.

Uitzonderingen

.NET 5 en hoger: het argument container is null.

Opmerkingen

Over het algemeen maakt de programmeur van de toepassing niet rechtstreeks exemplaren van de TableLayoutControlCollection klasse. In plaats daarvan wordt een verwijzing naar een bestaande TableLayoutControlCollection eigenschap geretourneerd Controls .

Van toepassing op

Zie ook