Table of Contents

Property Enabled

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Enabled

Gets or sets whether the timer is running.

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.