Property Enabled NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll Enabled Gets or sets whether the timer is running. public virtual bool Enabled { get; set; } Property Value bool true if the timer is currently enabled; otherwise, false. The default is false. Remarks Calling the Start() method is the same as setting Enabled to true. Likewise, calling the Stop() method is the same as setting Enabled to false.