Page.Repaint Method (Outlook Forms Script)

Updates the display by redrawing the page.

Syntax

expression.Repaint

expression A variable that represents a Page object.

Return value

A Boolean that returns True if the method succeeds; returns False otherwise.

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.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.