Timer.Enabled Property

Gets or sets a value that indicates whether the timer is enabled. Enabling the timer starts it; disabling the timer stops it.

Syntax

  public bool Enabled {get; set;}

Property Value

System.Booleantrue if the timer is enabled; otherwise, false.

This property is read/write.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also