Partager via


AppBarAutomationPeer.ToggleState Propriété

Définition

Récupère l’état bascule du propriétaire AppBar.

public:
 property ToggleState ToggleState { ToggleState get(); };
ToggleState ToggleState();
public ToggleState ToggleState { get; }
var toggleState = appBarAutomationPeer.toggleState;
Public ReadOnly Property ToggleState As ToggleState

Valeur de propriété

ToggleState du contrôle propriétaire.

Implémente

Remarques

Un élément Automation doit parcourir son état bascule dans l’ordre suivant : Activé, Désactivé et, si pris en charge, Indéterminé.

S’applique à