#define TBS_BORDER 0x0004L |
The trackbar control will have border.
Definition at line 81 of file trackbar.h.
#define TBS_NOTICK 0x0010L |
The trackbar control will not display tick line beside the control.
Definition at line 93 of file trackbar.h.
#define TBS_NOTIFY 0x0001L |
Causes the trackbar to notify the parent window with a notification message when the user clicks or doubleclicks the trackbar.
Definition at line 69 of file trackbar.h.
#define TBS_TIP 0x0008L |
The trackbar control will display tip string above the control.
Definition at line 87 of file trackbar.h.
#define TBS_VERTICAL 0x0002L |
The trackbar control will be oriented vertically.
Definition at line 75 of file trackbar.h.