LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes the scroll behavior of the mouse wheel for a control More...
Variables | |
const short | SCROLL_DISABLED = 0 |
defines that the mouse wheel cannot be used to scroll through the control's content More... | |
const short | SCROLL_FOCUS_ONLY = 1 |
defines that the mouse can only be used to scroll through the control's content if it currently has the focus. More... | |
const short | SCROLL_ALWAYS = 2 |
defines that the mouse can be used to scroll through the control's content, no matter whether or not it has the focus, as long as the mouse pointer is over the control. More... | |
describes the scroll behavior of the mouse wheel for a control
const short SCROLL_ALWAYS = 2 |
defines that the mouse can be used to scroll through the control's content, no matter whether or not it has the focus, as long as the mouse pointer is over the control.
const short SCROLL_DISABLED = 0 |
defines that the mouse wheel cannot be used to scroll through the control's content
const short SCROLL_FOCUS_ONLY = 1 |
defines that the mouse can only be used to scroll through the control's content if it currently has the focus.