Contents Index Topic Contents | ||
Previous Topic: TBM_CLEARSEL Next Topic: TBM_GETBUDDY |
TBM_CLEARTICS
TBM_CLEARTICS wParam = (WPARAM) (BOOL) fRedraw; lParam = 0;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.
- No return value.
- fRedraw
- Redraw flag. If this parameter is TRUE, the trackbar is redrawn after the tick marks are cleared. If this parameter is FALSE, the message clears the tick marks but does not redraw the trackbar.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.