'Declaration
Public Enum JumpScrollSpeedOption Inherits System.Enum
'Usage
Dim instance As JumpScrollSpeedOption
public enum JumpScrollSpeedOption : System.Enum
'Declaration
Public Enum JumpScrollSpeedOption Inherits System.Enum
'Usage
Dim instance As JumpScrollSpeedOption
public enum JumpScrollSpeedOption : System.Enum
Member | Description |
---|---|
ScrollBy1 | No more than one line can enter display memory before the screen is refreshed. |
ScrollBy128 | No more than 128 lines can enter display memory before the screen is refreshed. |
ScrollBy16 | No more than 16 lines can enter display memory before the screen is refreshed. |
ScrollBy2 | No more than two lines can enter display memory before the screen is refreshed. |
ScrollBy32 | No more than 32 lines can enter display memory before the screen is refreshed. |
ScrollBy4 | No more than four lines can enter display memory before the screen is refreshed. |
ScrollBy64 | No more than 64 lines can enter display memory before the screen is refreshed. |
ScrollBy8 | No more than eight lines can enter display memory before the screen is refreshed. |
ScrollByPage | No more than a page of text can enter display memory before the screen is refreshed. |
UnlimitedScroll | The display is refreshed as opportunity allows. Some text may not actually appear on the screen as it's read into display memory. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.JumpScrollSpeedOption