6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
constexpr size_t SB_LINEUP
Scrolls one line up.
Definition scroll_bar_styles.h:126
constexpr size_t SBS_VERT
Designates a vertical scroll bar. If you specify neither the SBS_RIGHTALIGN nor the SBS_LEFTALIGN sty...
Definition scroll_bar_styles.h:29
constexpr size_t SBS_SIZEBOX
Designates a size box. If you specify neither the SBS_SIZEBOXBOTTOMRIGHTALIGN nor the SBS_SIZEBOXTOPL...
Definition scroll_bar_styles.h:78
constexpr size_t SBS_SIZEGRIP
Same as SBS_SIZEBOX, but with a raised edge.
Definition scroll_bar_styles.h:85
constexpr size_t SB_THUMBPOSITION
The user has dragged the scroll box (thumb) and released the mouse button. The HIWORD indicates the p...
Definition scroll_bar_styles.h:182
constexpr size_t SBS_RIGHTALIGN
Aligns the right edge of the scroll bar with the right edge of the rectangle defined by the x,...
Definition scroll_bar_styles.h:57
constexpr size_t SB_LINEDOWN
Scrolls one line down.
Definition scroll_bar_styles.h:140
constexpr size_t SB_CTL
Shows or hides a scroll bar control. The hwnd parameter must be the handle to the scroll bar control.
Definition scroll_bar_styles.h:109
constexpr size_t SBS_SIZEBOXBOTTOMRIGHTALIGN
Aligns the lower right corner of the size box with the lower right corner of the rectangle specified ...
Definition scroll_bar_styles.h:71
constexpr size_t SB_RIGHT
Scrolls to the lower right.
Definition scroll_bar_styles.h:217
constexpr size_t SB_PAGEUP
Scrolls one page up.
Definition scroll_bar_styles.h:154
constexpr size_t SB_THUMBTRACK
The user is dragging the scroll box. This message is sent repeatedly until the user releases the mous...
Definition scroll_bar_styles.h:189
constexpr size_t SB_LINERIGHT
Scrolls one line right.
Definition scroll_bar_styles.h:147
constexpr size_t SB_HORZ
Shows or hides a window's standard horizontal scroll bars.
Definition scroll_bar_styles.h:95
constexpr size_t SBS_HORZ
Designates a horizontal scroll bar. If neither the SBS_BOTTOMALIGN nor SBS_TOPALIGN style is specifie...
Definition scroll_bar_styles.h:22
constexpr size_t SB_PAGERIGHT
Scrolls one page right.
Definition scroll_bar_styles.h:175
constexpr size_t SB_LEFT
Scrolls to the upper left.
Definition scroll_bar_styles.h:203
constexpr size_t SBS_TOPALIGN
Aligns the top edge of the scroll bar with the top edge of the rectangle defined by the x,...
Definition scroll_bar_styles.h:36
constexpr size_t SBS_SIZEBOXTOPLEFTALIGN
SAligns the upper left corner of the size box with the upper left corner of the rectangle specified b...
Definition scroll_bar_styles.h:64
constexpr size_t SB_PAGEDOWN
Scrolls one page down.
Definition scroll_bar_styles.h:168
constexpr size_t SB_TOP
Scrolls to the upper left.
Definition scroll_bar_styles.h:196
constexpr size_t SBS_LEFTALIGN
Aligns the left edge of the scroll bar with the left edge of the rectangle defined by the x,...
Definition scroll_bar_styles.h:43
constexpr size_t SB_BOTTOM
Scrolls to the lower right.
Definition scroll_bar_styles.h:210
constexpr size_t SB_BOTH
Shows or hides a window's standard horizontal and vertical scroll bars.
Definition scroll_bar_styles.h:116
constexpr size_t SB_LINELEFT
Scrolls one line left.
Definition scroll_bar_styles.h:133
constexpr size_t SB_VERT
Shows or hides a window's standard vertical scroll bar.
Definition scroll_bar_styles.h:102
constexpr size_t SB_ENDSCROLL
Ends scroll.
Definition scroll_bar_styles.h:224
constexpr size_t SBS_BOTTOMALIGN
Aligns the bottom edge of the scroll bar with the bottom edge of the rectangle defined by the x,...
Definition scroll_bar_styles.h:50
constexpr size_t SB_PAGELEFT
Scrolls one page left.
Definition scroll_bar_styles.h:161