AutoRedraw

Top  Previous  Next

 

AutoRedraw (Property)

 

When this property is False AVAX executes the drawing commands in the background. After the background execution of some commands you must set Autodraw to be True if you want AVAX to appear the new drawing

 

Syntax:

AutoRedraw [ = value] As Boolean

 

The AutoRedraw property has these parts:

Parameter

Data Type

Description

value

Boolean

A Boolean expression that defines if the property is True or False.

 

Example