|
#define | SB_LINEUP 0x01a |
| The SB_LINEUP notification message is sent when the user clicked the up arrow on the bar. More...
|
|
#define | SB_LINEDOWN 0x02 |
| The SB_LINEDOWN notification message is sent when the user clicked the down arrow on the bar. More...
|
|
#define | SB_LINELEFT 0x03 |
| The SB_LINELEFT notification message is sent when the user clicked the left arrow on the bar. More...
|
|
#define | SB_LINERIGHT 0x04 |
| The SB_LINERIGHT notification message is sent when the user clicked the right arrow on the bar. More...
|
|
#define | SB_PAGEUP 0x05 |
| The SB_PAGEUP notification message is sent when the user clicked the page up area on the bar. More...
|
|
#define | SB_PAGEDOWN 0x06 |
| The SB_PAGEDOWN notification message is sent when the user clicked the page down area on the bar. More...
|
|
#define | SB_PAGELEFT 0x07 |
| The SB_PAGELEFT notification message is sent when the user clicked the page left area on the bar. More...
|
|
#define | SB_PAGERIGHT 0x08 |
| The SB_PAGERIGHT notification message is sent when the user clicked the page right area on the bar. More...
|
|
#define | SB_THUMBPOSITION 0x09 |
| The SB_THUMBPOSITION notification message is sent when the user set a new thumb position. More...
|
|
#define | SB_THUMBTRACK 0x0A |
| The SB_THUMBTRACK notification message is sent when the user is draging and tracking the thumb. More...
|
|
#define | SB_TOP 0x0B |
| The SB_TOP notification message is sent when the user move thumb to minimum position. More...
|
|
#define | SB_BOTTOM 0x0C |
| The SB_BOTTOM notification message is sent when the user move thumb to maximum position. More...
|
|
#define | SB_ENDSCROLL 0x0D |
| The SB_ENDSCROLL notification message is sent when the thumb at the end of bar. More...
|
|