ImpelClass Library Documentation
Win32Automation..::.ScrollOptions Enumeration
NamespacesImpelWin32AutomationWin32Automation..::.ScrollOptions
Impel
Options for Scroll method (scroll action/amount)
Declaration Syntax
C#Visual BasicVisual C++
public enum ScrollOptions
Public Enumeration ScrollOptions
public enum class ScrollOptions
Members
MemberDescription
LINEUP
Scrolls one line up

LINELEFT
Scrolls one cell left

LINEDOWN
Scrolls one line down

LINERIGHT
Scrolls one cell right

PAGEUP
Scrolls one page up

PAGELEFT
Scrolls one page left

PAGEDOWN
Scrolls one page down

PAGERIGHT
Scrolls one page right

TOP
Scrolls to top

LEFT
Scrolls to the left

RIGHT
Scrolls to the right

BOTTOM
Scrolls to the bottom

ENDSCROLL
Ends scroll

Assembly: Impel.Win32Automation (Module: Impel.Win32Automation) Version: 1.0.0.0 (1.0.0.0)