Timer::Visible Property
.NET Framework (current version)
Namespace:
System.Web.UI
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return to top
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 Timer class to prevent setting this property. The Visible property returns true if the client component of the Timer class is included in the Web page, even if Enabled is set to false. The Visible property returns false when it is inside a container, such as an UpdatePanel control, whose Visible property is set to false.
.NET Framework
Available since 3.5
Available since 3.5
Show: