IASControl::put_DeferDraw

This method sets whether or not drawing is deferred.

Syntax

HRESULT put_DeferDraw( BOOL fDeferDraw );

Parameters

fDeferDraw
Boolean that is set to TRUE to defer drawing, or to FALSE otherwise.

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::get_DeferDraw