ControlDesigner::Visible Property

 

Gets a value that indicates whether the control is visible at design time.

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

protected:
property bool Visible {
	virtual bool get();
}

Property Value

Type: System::Boolean

true in all cases.

.NET Framework
Available since 2.0
Return to top
Show: