ExtenderControlDesigner::Visible Property

 

Gets a value that indicates whether the current control is displayed on the design surface so it can be selected and its properties can be edited.

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

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

Property Value

Type: System::Boolean

true if the current control is displayed; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: