Options for Scroll method (scroll action/amount)
| C# | Visual Basic | Visual C++ |
public enum ScrollOptions
Public Enumeration ScrollOptions
public enum class ScrollOptions
| Member | Description |
|---|---|
| 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
|