Updates the display by redrawing the frame 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.