LAnimationWindow::IsPlayWhileLoadEnabled (original) (raw)
Summary
Determines whether the play while load feature is enabled.
Syntax
#include "ltwrappr.h"
L_BOOL LAnimationWindow::IsPlayWhileLoadEnabled()
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
- LAnimationWindow::PlayWhileLoad
- LAnimationWindow::LAnimationWindow
- LAnimationWindow::EnablePlayWhileLoad
- LAnimationWindow::Load
- LAnimationWindow::SetBitmapList
- LAnimationWindow::AnimateEvent
- Class Members
Example
For an example, refer to LAnimationWindow::EnablePlayWhileLoad.
LEADTOOLS Raster Imaging C++ Class Library Help