Share via


Frame.Repaint Method

Outlook Forms Script Reference

Updates the display by redrawing the frame.

Syntax

expression.Repaint

expression   A variable that represents a Frame 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.

See Also