ScrollBar Events
The event methods defined in the ScrollBar class are summarized in the following table.
Event | Occurs… |
---|---|
change | At the end of the scrolling process to indicates that the scroll box portion of the scroll bar has moved |
contextMenu | After the right mouseUp event and after the keyUp event |
dragDrop | When a dragged window is dropped over a window belonging to the same application |
dragOver | For each window of the application over which a window is dragged |
gotFocus | When a control receives the focus |
keyDown | When the user presses a key while the control has the focus |
keyPress | When the user presses and releases an ANSI key |
keyUp | When the user releases a key while the control has the focus |
lostFocus | When a control loses the focus |
paint | When part or all of a form or control is exposed |
scrolled | As the scroll bar control is scrolled |
sysNotify | When a specified Jade system event occurs |
userNotify | When triggered from the Jade Object Manager by a user call |
For details, see "Window, Form, and Control Events", later in this document.