IASControl::Redraw

This method redraws a control.

Syntax

HRESULT Redraw( void );

Return Values

NOERROR indicates success. S_FALSE indicates that the control did not handle the message. If an error occurs, the appropriate HRESULT value is returned.

Remarks

The IASControl::Redraw method is used to notify a form to redraw itself. It can do this by invoking one of its form’s invalidation methods, or by requesting an IFMDraw interface pointer. IFMDraw enables IASControl::Redraw to handle repainting by itself.

See Also

IASControl::Draw, IASForm::Invalidate