ZeeImage Control Message

ZIM_STOPANIMATE


ZIM_STOPANIMATE

An application sends a ZIM_STOPANIMATE to cause a playing animation to stop.

ZIM_STOPANIMATE
wParam = 0;           //Not used.  Set to 0.
lParam = 0;           //Not used.  Set to 0.

Parameters

wParam
The value of wParam. wParam is not used and should be set to 0.

lParam
The value of lParam. lParam is not used and should be set to 0.

Return Values

This message does not return a value.

Example


SendMessage(himage,ZIM_STOPANIMATE,0,0);

Note:

If the ZeeImage control is playing an animation, this message will cause it to stop. If no animation is playing, this message will have no effect.

Copyright © 2020 by David Hillard