UI_ANIMATION_MODE-Enumeration (uianimation.h)
Definiert Animationsmodi.
Syntax
typedef enum __MIDL___MIDL_itf_UIAnimation_0000_0000_0003 {
UI_ANIMATION_MODE_DISABLED = 0,
UI_ANIMATION_MODE_SYSTEM_DEFAULT = 1,
UI_ANIMATION_MODE_ENABLED = 2
} UI_ANIMATION_MODE;
Konstanten
UI_ANIMATION_MODE_DISABLED Wert: 0 Animation ist deaktiviert. |
UI_ANIMATION_MODE_SYSTEM_DEFAULT Wert: 1 Der Animationsmodus wird vom System verwaltet. |
UI_ANIMATION_MODE_ENABLED Wert: 2 Animation ist aktiviert. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista und Platform Update für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Nicht unterstützt |
Kopfzeile | uianimation.h |