CCmdTarget::BeginWaitCursor

This member function displays the cursor as an hourglass when you expect a command to take a noticeable time interval to execute. The framework calls this member function to show the user that it is busy, such as when a CDocument object loads or saves itself to a file.

Syntax

void BeginWaitCursor( );

At a Glance

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

See Also

CCmdTarget Overview, CCmdTarget Member Functions, Application Architecture Classes, CWaitCursor, CCmdTarget::EndWaitCursor, CCmdTarget::RestoreWaitCursor, CWinApp::DoWaitCursor