TBM_CLEARTICS (Windows CE 5.0)
This message removes the current tick marks from a trackbar. This message does not remove the first and last tick marks, which are created automatically by the trackbar.
TBM_CLEARTICS wParam=(WPARAM)(BOOL)fRedraw;lParam = 0;
Parameters
- fRedraw
Redraw flag. If set to TRUE, the trackbar is redrawn after the tick marks are cleared. If set to FALSE, the message clears the tick marks but does not redraw the trackbar. - lParam
Not used.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors