Enumerazione WindowInteractionState (uiautomationcore.h)
Contiene valori che specificano lo stato corrente della finestra a scopo di interazione utente.
Sintassi
typedef enum WindowInteractionState {
WindowInteractionState_Running = 0,
WindowInteractionState_Closing = 1,
WindowInteractionState_ReadyForUserInteraction = 2,
WindowInteractionState_BlockedByModalWindow = 3,
WindowInteractionState_NotResponding = 4
} ;
Costanti
WindowInteractionState_Running Valore: 0 La finestra è in esecuzione. Ciò non garantisce che la finestra sia pronta per l'interazione dell'utente o risponda. |
WindowInteractionState_Closing Valore: 1 La finestra è chiusa. |
WindowInteractionState_ReadyForUserInteraction Valore: 2 La finestra è pronta per l'interazione dell'utente. |
WindowInteractionState_BlockedByModalWindow Valore: 3 La finestra è bloccata da una finestra modale. |
WindowInteractionState_NotResponding Valore: 4 La finestra non risponde. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | uiautomationcore.h (includere UIAutomation.h) |