Programming with Reflection
DrawingOptimization property
Syntax |
object.DrawingOptimization |
Works with |
|
Data type |
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.
The default value is True.