Go to the source code of this file.
|
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...
|
|