Repaint Method

Applies To

Frame control, Page object, UserForm object.

Description

Updates the display by redrawing the form or page.

Syntax

Boolean = object.Repaint

The Repaint method syntax has these parts:

Part

Description

object

Required. A valid object.


Remarks

The Repaint method is useful if the contents or appearance of an object changes significantly, and you don't want to wait until the system automatically repaints the area.

See Also

DrawBuffer property.