InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DrawingOptimization Property


In This Topic
    DrawingOptimization Property
    In This Topic
    Gets or sets a value indicating whether InfoConnect 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