Scroll Bars Messages
A version of this page is also available for
4/8/2010
The following table shows the scroll bar messages, with a description of the purpose of each.
Programming element | Description |
---|---|
This message is sent by an application to retrieve the current position of the scroll box of a scroll bar control. |
|
This message is sent by an application to a scroll bar control to retrieve the minimum and maximum position values for the control. |
|
This message is sent by an application to retrieve the parameters of a scroll bar. |
|
This message is sent by an application to a scroll bar control to set the position of the scroll box (thumb) and, if requested, redraw the scroll bar to reflect the new position of the scroll box. |
|
This message is sent by an application to a scroll bar control to set the minimum and maximum position values for the control. |
|
This message is sent by an application to a scroll bar control to set the minimum and maximum position values and to redraw the control. |
|
This message is sent by an application to set the parameters of a scroll bar. |
|
This message is sent to the parent window of a scroll bar control when the control is about to be drawn. |
|
This message is sent to a window when a scroll event occurs in the window's standard horizontal scroll bar. |
|
This message is sent to a window when a scroll event occurs in the window's standard vertical scroll bar. |