InfoConnect for Airlines
ScrollOptimization Property


Returns or specifies when InfoConnect uses an off-screen bitmap to speed up scrolling. With most EGA and VGA video adapters, it's usually more efficient to use this off-screen bitmap, but with video adapters that support higher resolutions and more colors, it may be more efficient not to use the bitmap. When this property is set to rcAuto, InfoConnect automatically adjusts to either use or not use the off-screen bitmap, depending on the capabilities of the video adapter.
Syntax
'Declaration
 
Property ScrollOptimization As ScrollOptimizationOption
'Usage
 
Dim instance As IScreen
Dim value As ScrollOptimizationOption
 
instance.ScrollOptimization = value
 
value = instance.ScrollOptimization
ScrollOptimizationOption ScrollOptimization {get; set;}
See Also