#define NTBS_DRAWSEPARATOR 0x000000008L |
Draws the separator bar.
Definition at line 237 of file newtoolbar.h.
#define NTBS_DRAWSTATES 0x000000004L |
Draws the button states with 3D frame, and does not use the highlight, pushed and disabled bitmap cell.
Definition at line 231 of file newtoolbar.h.
#define NTBS_HORIZONTAL 0x00000000L |
The NewToolbar will be displayed horizontally.
Definition at line 243 of file newtoolbar.h.
#define NTBS_MULTLINE 0x00000020L |
The Newtoolbar item will be displayed in several lines. In this style , your should define the toolbar RECT in CreateWindwEx.
Definition at line 257 of file newtoolbar.h.
#define NTBS_TEXTRIGHT 0x000000002L |
Displays text at the right side of the item bitmap.
Definition at line 224 of file newtoolbar.h.
#define NTBS_VERTICAL 0x00000010L |
The NewToolbar will be displayed vertically.
Definition at line 249 of file newtoolbar.h.
#define NTBS_WITHTEXT 0x000000001L |
Displays text with the item bitmap.
Definition at line 218 of file newtoolbar.h.