This method indicates whether or not drawing has been deferred.
HRESULT get_DeferDraw( BOOL *pfDeferDraw );
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.