System.Web.UI.WebControls.Menu.Controls Property

Gets a System.Web.UI.ControlCollection that contains the child controls of the System.Web.UI.WebControls.Menu control.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0