| | Name | Value | Description | |
| |
exScrollLeft | 0
|
Scrolls left/up by one unit. ( SmallChange
property indicates the unit ). Simulates a single click in the control's left/up
button.
| |
| |
exScrollRight | 1
|
Scrolls right by one unit. ( SmallChange
property indicates the unit ). Simulates a single click in the control's
right/down button.
| |
| |
exScrollPageLeft | 2
|
Scrolls left/up by one page. ( LargeChange
property indicates the page ). Simulates a single click in the control's
exLowerBackPart part.
| |
| |
exScrollPageRight | 3
|
Scrolls right/down by one page. ( LargeChange
property indicates the page ). Simulates a single click in the control's
exUpperBackPart part.
| |
| |
exScrollToPosition | 4
|
Scrolls the control to specified position. Simulates click the thumb and drags
to a new position.
| |