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


In This Topic
SmoothScroll Property
In This Topic
Gets or sets the scroll speed setting. When this property is set to True, data from the host scrolls more slowly and evenly. (Changing this value to True is equivalent to changing the Scrolling option on the Screen tab of the Display Setup dialog box to Smooth.)
Syntax
'Declaration
 
Property SmoothScroll As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.SmoothScroll = value
 
value = instance.SmoothScroll
See Also