TBM_SETTICTBM_SETTIC*
*Contents  *Index  *Topic Contents
*Previous Topic: TBM_SETTHUMBLENGTH
*Next Topic: TBM_SETTICFREQ

TBM_SETTIC


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

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

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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.