AutoRefresh Property  
 

Enable or disable the automatic refreshing of the virtual display.

Syntax

object.AutoRefresh [= { True | False } ] ]

Remarks

The AutoRefresh property is used to enable or disable the automatic refreshing of the virtual display whenever characters are written or the cursor position changes. By setting the property to False, the display can be changed and those changes will not be displayed until the property is reset to True. This allows an application to make a series of changes to the display text, attributes or cursor position without causing it to flicker.

Data Type

Boolean

See Also

Attributes Property, Refresh Method, Write Method