InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ScrollOptimizationOption Enumeration


In This Topic
    ScrollOptimizationOption Enumeration
    In This Topic
    Indicates when InfoConnect uses an off-screen bitmap to speed up scrolling.
    Syntax
    'Declaration
     
    
    Public Enum ScrollOptimizationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollOptimizationOption
    public enum ScrollOptimizationOption : System.Enum 
    Members
    MemberDescription
    AutoUse the off-screen bitmap to speed up scrolling as appropriate.
    StandardScrollNever use the off-screen bitmap.
    UseBitmapAlways use the off-screen bitmap.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.ScrollOptimizationOption

    See Also