ScriptManager::Visible Property
.NET Framework (current version)
Overrides the Visible property that is inherited from the base Control class to prevent setting this value.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [BrowsableAttribute(false)] property bool Visible { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotImplementedException | A value is assigned to the Visible property. |
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: