DrawingOptimization Property
Gets or sets a value indicating whether Reflection uses drawing optimization features to control the timing of changes to the screen display. Use the default value (true) for the best performance with most host applications.
bool DrawingOptimization {get; set;}
'Declaration
Property DrawingOptimization As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.DrawingOptimization = value
value = instance.DrawingOptimization