TableLayoutControlCollection(TableLayoutPanel) Constructor

Definición

Inicializa una nueva instancia de la clase TableLayoutControlCollection.

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)

Parámetros

container
TableLayoutPanel

Control TableLayoutPanel que contiene la colección de controles.

Excepciones

.NET 5 y versiones posteriores: el container argumento es null.

Comentarios

Por lo general, el programador de aplicaciones no creará directamente instancias de la TableLayoutControlCollection clase . En su lugar, la Controls propiedad devuelve una referencia a un existenteTableLayoutControlCollection.

Se aplica a

Consulte también