Prev Next

TBM_SETTIC Overview  Group

The TBM_SETTIC message sets a tick mark in a trackbar at the specified logical position. .

TBM_SETTIC 

wParam = 0; 

lParam = (LPARAM) (LONG) lPosition; 

 

Parameters

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.

Return Values

Returns TRUE if the tick mark is set or FALSE otherwise.

Remarks

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

See Also

TBM_GETPTICS, TBM_GETTIC