Menu::Controls Property
.NET Framework (current version)
Gets a ControlCollection that contains the child controls of the Menu control.
Assembly: System.Web (in System.Web.dll)
public: property ControlCollection^ Controls { virtual ControlCollection^ get() override; }
Property Value
Type: System.Web.UI::ControlCollection^A ControlCollection that contains the child controls
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: