#define SBS_BOTTOMALIGN 0x0001 |
Create a horizontal scrollbar on the bottom of the rect.
Definition at line 78 of file scrollbar.h.
#define SBS_FIXEDBARLEN 0x0010 |
Create a scrollbar with fixed thumb.
Definition at line 128 of file scrollbar.h.
#define SBS_HORZ 0x1000 |
Create a horizontal scrollbar.
Definition at line 63 of file scrollbar.h.
#define SBS_LEFTALIGN 0x0001 |
Create a vertical scrollbar on the left of the rect.
Definition at line 96 of file scrollbar.h.
#define SBS_NOARROW 0x0004 |
Create a vertical scrollbar with no arrow.
Definition at line 113 of file scrollbar.h.
#define SBS_NOSHAFT 0x0008 |
Create a vertical scrollbar with no shaft.
Definition at line 121 of file scrollbar.h.
#define SBS_NOTNOTIFYPARENT 0x0020 |
send notification code with SendNotifyMessage instead of NotifyParent
Definition at line 135 of file scrollbar.h.
#define SBS_RIGHTALIGN 0x0002 |
Create a vertical scrollbar on the right of the rect.
Definition at line 105 of file scrollbar.h.
#define SBS_TOPALIGN 0x0002 |
Create a horizontal scrollbar on the top of the rect.
Definition at line 87 of file scrollbar.h.
#define SBS_VERT 0x2000 |
Create a vertical scrollbar.
Definition at line 69 of file scrollbar.h.