Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / JumpScrollSpeed Property


In This Topic
JumpScrollSpeed Property
In This Topic
Gets or sets how Reflection manages data entering display memory. Setting JumpScrollSpeed to rcScrollBy1 refreshes the screen every time a line enters display memory. Higher numerical values (rcScrollBy2, rcScrollBy4, and so on, up to rcScrollBy128) refresh the screen after the specified number of lines have entered display memory—assuming data is entering display memory too fast for the display to keep up.
Syntax
'Declaration
 
Property JumpScrollSpeed As JumpScrollSpeedOption
 
'Usage
 
Dim instance As IScreen
Dim value As JumpScrollSpeedOption
 
instance.JumpScrollSpeed = value
 
value = instance.JumpScrollSpeed
See Also