Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.39 KB

ne-uianimation-ui_animation_idle_behavior.md

File metadata and controls

69 lines (58 loc) · 2.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:uianimation.__MIDL___MIDL_itf_UIAnimation_0000_0012_0001
UI_ANIMATION_IDLE_BEHAVIOR (uianimation.h)
Defines the behavior of a timer when the animation manager is idle.
UI_ANIMATION_IDLE_BEHAVIOR
UI_ANIMATION_IDLE_BEHAVIOR enumeration [Windows Animation]
UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE
UI_ANIMATION_IDLE_BEHAVIOR_DISABLE
uianimation.ui_animation_idle_behavior
uianimation/UI_ANIMATION_IDLE_BEHAVIOR
uianimation/UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE
uianimation/UI_ANIMATION_IDLE_BEHAVIOR_DISABLE
uianimation\ui_animation_idle_behavior.htm
UIAnimation
70016fbd-060c-4f2a-89d3-d474850f9d01
12/05/2018
UI_ANIMATION_IDLE_BEHAVIOR, UI_ANIMATION_IDLE_BEHAVIOR enumeration [Windows Animation], UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE, UI_ANIMATION_IDLE_BEHAVIOR_DISABLE, uianimation.ui_animation_idle_behavior, uianimation/UI_ANIMATION_IDLE_BEHAVIOR, uianimation/UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE, uianimation/UI_ANIMATION_IDLE_BEHAVIOR_DISABLE
uianimation.h
Windows
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps \| UWP apps]
None supported
UIAnimation.idl
Windows
UI_ANIMATION_IDLE_BEHAVIOR
19H1
__MIDL___MIDL_itf_UIAnimation_0000_0012_0001
uianimation/__MIDL___MIDL_itf_UIAnimation_0000_0012_0001
UI_ANIMATION_IDLE_BEHAVIOR
uianimation/UI_ANIMATION_IDLE_BEHAVIOR
c++
APIRef
kbSyntax
HeaderDef
UIAnimation.h
UI_ANIMATION_IDLE_BEHAVIOR

UI_ANIMATION_IDLE_BEHAVIOR enumeration

-description

Defines the behavior of a timer when the animation manager is idle.

-enum-fields

-field UI_ANIMATION_IDLE_BEHAVIOR_CONTINUE:0

The timer continues to generate timer events (is enabled) when the animation manager is idle.

-field UI_ANIMATION_IDLE_BEHAVIOR_DISABLE:1

The timer is suspended (disabled) when the animation manager is idle.

-see-also

IUIAnimationTimer