Share via


TBM_SETTIC (Windows CE 5.0)

Send Feedback

This message sets the position of a tick mark in a trackbar.

Sets a tick mark in a trackbar at the specified logical position.

TBM_SETTIC wParam = 0;lParam=(LPARAM)(LONG)lPosition;

Parameters

  • wParam
    Not used.
  • lPosition
    Position of the tick mark. This parameter can be any of the integer values in the trackbar's range of minimum to maximum slider positions.

Remarks

A trackbar creates its own first and last tick marks. Do not use this message to set the first and last tick marks.

Return Values

TRUE indicates that the tick mark is set. indicates otherwise.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TBM_CLEARTICS | TBM_GETPTICS | TBM_GETTIC

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.