Partager via


DispatcherTimer.IsEnabled Propriété

Définition

Obtient une valeur qui indique si le minuteur est en cours d’exécution.

public:
 property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = dispatcherTimer.isEnabled;
Public ReadOnly Property IsEnabled As Boolean

Valeur de propriété

Boolean

bool

true si le minuteur est activé et en cours d’exécution ; sinon, false.

S’applique à