BulletedList::Controls Property
.NET Framework (current version)
Gets a ControlCollection collection for the control.
Assembly: System.Web (in System.Web.dll)
public: property ControlCollection^ Controls { virtual ControlCollection^ get() override; }
The Controls property is inherited from the Control class and is not applicable to the BulletedList control. The Controls collection is overridden from the base class to always return the EmptyControlCollection collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: