CWaitCursor::CWaitCursor

To display a wait cursor, just declare a CWaitCursor object before the code that performs the lengthy operation. The default constructor automatically causes the wait cursor to be displayed.

Syntax

CWaitCursor( );

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CWaitCursor Overview, CWaitCursor Member Functions, Support Classes, CWaitCursor::Restore, CCmdTarget::BeginWaitCursor, CCmdTarget::EndWaitCursor