Programming with Reflection

image\rwnprg32.gif DrawingOptimization property

 

Syntax

object.DrawingOptimization
object.DrawingOptimization = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether Reflection uses drawing optimization features to control the timing of changes to the screen display. Use the default value for the best performance with most host applications.

With some host applications, you may observe a delay in character display when DrawingOptimization is True. Change this property to False to have Reflection update the screen display after each character is typed.

Values

The default value is True.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property