Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 995 Bytes

notifications-sent-by-animation-controls.md

File metadata and controls

17 lines (13 loc) · 995 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Notifications Sent by Animation Controls
Notifications Sent by Animation Controls
11/04/2016
notifications [MFC], animation controls
CAnimateCtrl class [MFC], notifications
controls [MFC], animation
animation controls [MFC], notifications
584f5824-446b-4a1a-85f7-ef61842c8186

Notifications Sent by Animation Controls

An animation control (CAnimateCtrl) sends two different types of notification messages. The notifications are sent in the form of WM_COMMAND messages.

The ACN_START message is sent when the animation control has started playing a clip. The ACN_STOP message is sent when the animation control has finished or stopped playing a clip.

See also

Using CAnimateCtrl
Controls