Overrides the Visible property that is inherited from the base Control class to prevent setting this value.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
true in all cases.
Remarks
The Visible property is overridden in the ScriptManager class to prevent setting this value. A NotImplementedException error occurs if a value is assigned to this property.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)