InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ScrollOptimizationOption Enumeration
In This Topic
    ScrollOptimizationOption Enumeration
    In This Topic
    Indicates when Reflection uses an off-screen bitmap to speed up scrolling.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E98")>
    Public Enum ScrollOptimizationOption 
       Inherits 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.
    See Also