Overrides the Visible property inherited from the base Control class to prevent setting this value.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
true if the control is rendered on the page; otherwise, false.
Remarks
The Visible property is overridden in the ScriptManagerProxy class to prevent setting this property. The Visible property returns true unless it is inside a container, such as a UserControl whose Visible property is set to false.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)