event ScrollButtonClick (Group as Group, ScrollBar as ScrollBarEnum, ScrollPart as ScrollPartEnum)
Occurs when the user clicks a button in the scrollbar.
| |  | Type | Description | |
| | |
Group as Group |
A Group object that indicates the group where the user clicked the scroll. If
nothing, the user clicked the control's scroll bar, else it clicked the group's
scroll bar
| |
| | |
ScrollBar as ScrollBarEnum |
A ScrollBarEnum expression that specifies the scrollbar being clicked.
| |
| | |
ScrollPart as ScrollPartEnum |
A ScrollPartEnum expression that indicates the part of the scroll being clicked.
| |