Animation Control StylesAnimation Control Styles*
*Contents  *Index  *Topic Contents
*Previous Topic: Animation Control Reference
*Next Topic: Animation Control Messages

Animation Control Styles


The following window styles are used with animation controls:

ACS_AUTOPLAY Starts playing the animation as soon as the AVI clip is opened.
ACS_CENTER Centers the animation in the animation control's window.
ACS_TIMER By default, the control creates a thread to play the AVI clip. If you set this flag, the control plays the clip without creating a thread; internally the control uses a Win32 timer to synchronize playback.
ACS_TRANSPARENT Draws the animation using a transparent background rather than the background color specified in the animation clip.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.