Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / JumpScrollSpeedOption Enumeration
In This Topic
    JumpScrollSpeedOption Enumeration
    In This Topic
    Denotes how Reflection manages data that enters display memory.
    Members
    MemberDescription
    ScrollBy1No more than one line can enter display memory before the screen is refreshed.
    ScrollBy128No more than one-hundred-twenty-eight lines can enter display memory before the screen is refreshed.
    ScrollBy16No more than sixteen lines can enter display memory before the screen is refreshed.
    ScrollBy2No more than two lines can enter display memory before the screen is refreshed.
    ScrollBy32No more than thirty-two lines can enter display memory before the screen is refreshed.
    ScrollBy4No more than four lines can enter display memory before the screen is refreshed.
    ScrollBy64No more than sixty-four lines can enter display memory before the screen is refreshed.
    ScrollBy8No more than eight lines can enter display memory before the screen is refreshed.
    ScrollByPageNo more than a page of text can enter display memory before the screen is refreshed.
    UnlimitedScrollThe display is refreshed as opportunity allows. Some text may not actually appear on the screen as it's read into display memory.
    See Also