Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / 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.
    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