TBM_GETTICTBM_GETTIC*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TBM_GETTHUMBRECT
*Next Topic: TBM_GETTICPOS

TBM_GETTIC


TBM_GETTIC 
    wParam = (WPARAM) (WORD) iTic; 
    lParam = 0;  

Retrieves the logical position of a tick mark in a trackbar. The logical position can be any of the integer values in the trackbar's range of minimum to maximum slider positions.

iTic
Zero-based index identifying a tick mark. Valid indexes are in the range from zero to two less than the tick count returned by the TBM_GETNUMTICS message.

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