Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ScrollOptimization Property
In This Topic
ScrollOptimization Property
In This Topic
Gets or sets when Reflection uses an off-screen bitmap to speed up scrolling.
Syntax
expression.ScrollOptimization As ScrollOptimizationOption
where expression is a variable that represents a Screen Object

Property Value

A ScrollOptimizationOption value
Remarks
An off-screen bitmap is usually efficient for most EGA and VGA video adapters. Video adapters that support higher resolutions and more colors may be more efficient without the bitmap.

When this property is set to Auto, Reflection chooses the appropriate setting for the video adapter.

See Also