LAnimationWindow::IsPlayWhileLoadEnabled
#include "ltwrappr.h"
L_BOOL LAnimationWindow::IsPlayWhileLoadEnabled(L_VOID)
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 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
| Functions: | LAnimationWindow::LAnimationWindow, LAnimationWindow::EnablePlayWhileLoad, LAnimationWindow::Load, LAnimationWindow::SetBitmapList, LAnimationWindow::AnimateEvent, Class Members | 
Example
For an example, refer to LAnimationWindow::EnablePlayWhileLoad.