#define MBS_ALIGNCENTER 0x0020 |
The text on menubutton is center-align.
Definition at line 141 of file menubutton.h.
#define MBS_ALIGNLEFT 0x0000 |
The text on menubutton is left-align (default).
Definition at line 129 of file menubutton.h.
#define MBS_ALIGNMASK 0x00F0 |
The align mask of menubutton.
Definition at line 147 of file menubutton.h.
#define MBS_ALIGNRIGHT 0x0010 |
The text on menubutton is right-align.
Definition at line 135 of file menubutton.h.
#define MBS_LEFTARROW 0x0002 |
The menu pull-down arrow will be display at the left of the text.
Definition at line 117 of file menubutton.h.
#define MBS_NOBUTTON 0x0004 |
The control have not push button.
Definition at line 123 of file menubutton.h.
#define MBS_SORT 0x0001 |
If this bit is set, the items listed in the control are displayed in a specified order.
Definition at line 111 of file menubutton.h.