IASControl::get_DeferDraw

This method indicates whether or not drawing has been deferred.

Syntax

HRESULT get_DeferDraw( BOOL *pfDeferDraw );

Parameters

pfDeferDraw
Pointer to a Boolean that is set to TRUE if drawing has been deferred, or to FALSE if is not.

Return Values

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

Remarks

An application can defer drawing until it is ready. If this property is TRUE for a form, drawing is deferred for all controls on the form until it is set to FALSE.

See Also

IASControl::put_DeferDraw