Xml::Controls Property

 
Use BaseTrue

Overrides the Control::Controls property and returns the base ControlCollection collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property ControlCollection^ Controls {
	virtual ControlCollection^ get() override;
}

Property Value

Type: System.Web.UI::ControlCollection^

The base ControlCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: