AutoRedraw
PropertyAutoRedraw (Property)
When this property is False, AVAX executes drawing commands in the background. After running drawing commands in the background, set AutoRedraw to True to display the updated drawing.
Syntax:
AutoRedraw [ = value] As Boolean
The AutoRedraw property has these parts:
Parameter |
Data Type |
Description |
value |
Boolean |
A Boolean value that determines whether the property is True or False. |