Enables or disables the LImageViewer::AnimationStartedCallBack function.
#include "ltwrappr.h"
L_BOOL LImageViewer::EnableAnimationStartedCallBack(bEnable)
Flag that indicates whether to enable or disable the LImageViewerCell::AnimationStartedCallBack function. Possible values are:
Value | Meaning |
---|---|
TRUE | Enable the LImageViewerCell::AnimationStartedCallBack function. |
FALSE | Disable the LImageViewerCell::AnimationStartedCallBack function. |
Call this function to enable or disable the Animation Started callback overridable function for the class object. This will enable or disable the callback functions, which exist in the calling object.