TableLayoutControlCollection(TableLayoutPanel) Construtor

Definição

Inicializa uma nova instância da TableLayoutControlCollection classe.

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

O TableLayoutPanel controlo que contém a coleção de controlos.

Exceções

.NET 5 e posteriores: O argumento container é null.

Observações

Geralmente, o programador da aplicação não cria diretamente instâncias da TableLayoutControlCollection classe. Em vez disso, uma referência a um existente TableLayoutControlCollection é devolvida pela Controls propriedade.

Aplica-se a

Ver também