Reflection
ScrollOptimizationOption Enumeration


Indicates when Reflection uses an off-screen bitmap to speed up scrolling.
Syntax
'Declaration
 
Public Enum ScrollOptimizationOption 
   Inherits System.Enum
'Usage
 
Dim instance As ScrollOptimizationOption
public enum ScrollOptimizationOption : System.Enum 
Members
MemberDescription
AutoUse the off-screen bitmap to speed up scrolling as appropriate.
StandardScrollNever use the off-screen bitmap.
UseBitmapAlways use the off-screen bitmap.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.ScrollOptimizationOption

See Also