IASForm::put_WaitStatus

This method sets the status of the wait cursor.

Syntax

HRESULT put_WaitStatus( BOOL fWaitStatus );

Parameters

fWaitStatus
Boolean that is set to TRUE if the wait cursor is set or to FALSE if the wait cursor is not set.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

When the wait cursor is set, a wait icon is displayed in the center of the form.

See Also

IASForm::get_WaitStatus