System.Web.UI.WebControls Namespace Menu Class
.NET Framework version 2.0
Returns a ControlCollection that contains the child controls of the Menu control.
Script |
[ ControlCollection controlCollection = ] Menu.Controls |
controlCollection |
A ControlCollection that contains the child controls |
The property is read only with no default value.
The Controls property allows 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.
Menu Members