Méthode IToggleProvider::get_ToggleState (uiautomationcore.h)
Spécifie l’état bascule du contrôle.
Cette propriété est en lecture seule.
Syntaxe
HRESULT get_ToggleState(
ToggleState *pRetVal
);
Paramètres
pRetVal
Valeur de retour
None
Remarques
Un contrôle doit parcourir son ToggleState dans l’ordre suivant :
ToggleState_On, ToggleState_Off et, s’il est pris en charge, ToggleState_Indeterminate.
Configuration requise
Client minimal pris en charge | Windows XP [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | uiautomationcore.h (incluez UIAutomation.h) |