LAnimationWindow::IsPlayWhileLoadEnabled

#include "ltwrappr.h"

L_BOOL LAnimationWindow::IsPlayWhileLoadEnabled()

Determines whether the play while load feature is enabled.

Returns

The current state of the play while load feature. Possible values are:

Value

Meaning

TRUE

The play while load feature is enabled.

FALSE

The play while load feature is disabled.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTSCR
LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

See Also

Functions:

LAnimationWindow::PlayWhileLoad, LAnimationWindow::LAnimationWindow, LAnimationWindow::EnablePlayWhileLoad, LAnimationWindow::Load, LAnimationWindow::SetBitmapList, LAnimationWindow::AnimateEvent, Class Members

Example

For an example, refer to LAnimationWindow::EnablePlayWhileLoad.