TBM_CLEARTICS
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.
Return Values
None.
Requirements
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 1.0 and later | Commctrl.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.