ScrollOptimizationOption Enumeration
In This Topic
Indicates when Reflection uses an off-screen bitmap to speed up scrolling.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E98")>
Public Enum ScrollOptimizationOption
Inherits System.Enum
Members
Member | Description |
Auto | Use the off-screen bitmap to speed up scrolling as appropriate. |
StandardScroll | Never use the off-screen bitmap. |
UseBitmap | Always use the off-screen bitmap. |
See Also