Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / JumpScrollSpeed Property
In This Topic
    JumpScrollSpeed Property
    In This Topic
    Gets or sets how Reflection manages data that enters display memory.
    Syntax
    expression.JumpScrollSpeed As JumpScrollSpeedOption
    where expression is a variable that represents a Screen Object

    Property Value

    A JumpScrollSpeedOption value
    Remarks
    Setting JumpScrollSpeed to ScrollBy1 refreshes the screen every time a line enters display memory.

    Higher numerical values (for example, ScrollBy2, ScrollBy128) refresh the screen after the specified number of lines have entered display memory (and assumes that data enters display memory too fast for the display to keep up).

    See Also