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


JumpScrollSpeedOption Enumeration
Denotes how InfoConnect manages data that enters display memory.
Syntax
'Declaration
 
Public Enum JumpScrollSpeedOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As JumpScrollSpeedOption
Members
MemberDescription
ScrollBy1No more than one line can enter display memory before the screen is refreshed.
ScrollBy128No more than 128 lines can enter display memory before the screen is refreshed.
ScrollBy16No more than 16 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 32 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 64 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.
Inheritance Hierarchy

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

See Also