Gets or sets the a value indicating whether the timer is enabled to fire events at a defined interval.
[Visual Basic] Overridable Public Property Enabled As Boolean [C#] public bool Enabled {virtual get; virtual set;} [C++] public: __property virtual bool get_Enabled(); public: __property virtual void set_Enabled(bool); [JScript] public function get Enabled() : Boolean; public function set Enabled(Boolean);
true if the timer is enabled; false if the timer is disabled.