DrawingOptimization Property
In This Topic
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.
Syntax
'Declaration
Property DrawingOptimization As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.DrawingOptimization = value
value = instance.DrawingOptimization
bool DrawingOptimization {get; set;}
See Also