Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 3.55 KB

nf-uianimation-iuianimationstoryboard-setlongestacceptabledelay.md

File metadata and controls

75 lines (59 loc) · 3.55 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
NF:uianimation.IUIAnimationStoryboard.SetLongestAcceptableDelay
IUIAnimationStoryboard::SetLongestAcceptableDelay (uianimation.h)
Sets the longest acceptable delay before the scheduled storyboard begins. (IUIAnimationStoryboard.SetLongestAcceptableDelay)
IUIAnimationStoryboard interface [Windows Animation]
SetLongestAcceptableDelay method
IUIAnimationStoryboard.SetLongestAcceptableDelay
IUIAnimationStoryboard::SetLongestAcceptableDelay
SetLongestAcceptableDelay
SetLongestAcceptableDelay method [Windows Animation]
SetLongestAcceptableDelay method [Windows Animation]
IUIAnimationStoryboard interface
uianimation.iuianimationstoryboard_setlongestacceptabledelay
uianimation/IUIAnimationStoryboard::SetLongestAcceptableDelay
uianimation\iuianimationstoryboard_setlongestacceptabledelay.htm
UIAnimation
5f87a4b1-8db9-42ba-963f-664db588c520
12/05/2018
IUIAnimationStoryboard interface [Windows Animation],SetLongestAcceptableDelay method, IUIAnimationStoryboard.SetLongestAcceptableDelay, IUIAnimationStoryboard::SetLongestAcceptableDelay, SetLongestAcceptableDelay, SetLongestAcceptableDelay method [Windows Animation], SetLongestAcceptableDelay method [Windows Animation],IUIAnimationStoryboard interface, uianimation.iuianimationstoryboard_setlongestacceptabledelay, uianimation/IUIAnimationStoryboard::SetLongestAcceptableDelay
uianimation.h
Windows
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationStoryboard::SetLongestAcceptableDelay
uianimation/IUIAnimationStoryboard::SetLongestAcceptableDelay
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationStoryboard.SetLongestAcceptableDelay

IUIAnimationStoryboard::SetLongestAcceptableDelay

-description

Sets the longest acceptable delay before the scheduled storyboard begins.

-parameters

-param delay [in]

The longest acceptable delay. This parameter can be a positive value, or UI_ANIMATION_SECONDS_EVENTUALLY (-1) to indicate that any finite delay is acceptable.

-returns

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See Windows Animation Error Codes for a list of error codes.

-remarks

For a storyboard to be successfully scheduled, it must begin before the longest acceptable delay has elapsed. This delay is determined in the following order: the delay value set by calling this method, the delay value set by calling the IUIAnimationManager::SetDefaultLongestAcceptableDelay method, or 0.0 if neither of these methods has been called.

-see-also

IUIAnimationManager::SetDefaultLongestAcceptableDelay

IUIAnimationStoryboard