GAnimateCtrl

GAnimateCtrl — an animation control.

Synopsis

class GAnimateCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GAnimateCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Close ()

Corresponds to CAnimateCtrl::Close.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CAnimateCtrl::Create.

Play (nFrom, nTo, nRep)

Corresponds to CAnimateCtrl::Play.

Seek (nTo)

Corresponds to CAnimateCtrl::Seek.

Stop ()

Corresponds to CAnimateCtrl::Stop.

This class also inherits the functions of GWindowBase.