Ler em inglês Editar

Compartilhar via


Menu.Controls Property

Definition

Gets a ControlCollection that contains the child controls of the Menu control.

public override System.Web.UI.ControlCollection Controls { get; }

Property Value

A ControlCollection that contains the child controls.

Remarks

The Controls property allows you programmatic access to the instance of the ControlCollection class for the Menu control. You can add controls to the collection, remove controls from the collection, or iterate through the server controls in the collection.

Applies to

Produto Versões
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1