|
const short | ALIGN_LEFT = 1 |
| specifies how the output of the item is aligned in the bounding box of the user interface element.
|
|
const short | ALIGN_CENTER = 2 |
| specifies how the output of the item is aligned in the bounding box of the user interface element.
|
|
const short | ALIGN_RIGHT = 3 |
| specifies how the output of the item is aligned in the bounding box of the user interface element.
|
|
const short | DRAW_OUT3D = 4 |
| specifies how the implementation should draw the item.
|
|
const short | DRAW_IN3D = 8 |
| specifies how the implementation should draw the item.
|
|
const short | DRAW_FLAT = 12 |
| specifies how the implementation should draw the item.
|
|
const short | OWNER_DRAW = 16 |
| specifies whether or not an item is displayed using an external function.
|
|
const short | AUTO_SIZE = 32 |
| specifies whether or not the size of the item is set automatically by the parent user interface element.
|
|
const short | RADIO_CHECK = 64 |
| determines whether the item unchecks neighbor entries which have also this style set.
|
|
const short | ICON = 128 |
| specifies if an icon is placed on left side of the text, like an entry in a taskbar.
|
|
const short | DROP_DOWN = 256 |
| specifies that the item supports a dropdown menu or toolbar for additional functions.
|
|
const short | REPEAT = 512 |
| indicates that the item continues to execute the command while you click and hold the mouse button.
|
|
const short | DROPDOWN_ONLY = 1024 |
| indicates that the item only supports a dropdown menu or toolbar for additional functions.
|
|
const short | TEXT = 2048 |
| indicates if icon, text or text+icon is displayed for the item.
|
|
const short | MANDATORY = 4096 |
| marks always visible element which can not be removed when statusbar width is not sufficient.
|
|