This method sets whether or not drawing is deferred.
HRESULT put_DeferDraw( BOOL fDeferDraw );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
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.