LoginView::Controls Property

 

Gets the ControlCollection object that contains the child controls for the LoginView control.

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 collection of child controls for the LoginView control.

.NET Framework
Available since 2.0
Return to top
Show: