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.
- Returns the logical position of the specified tick mark, or -1 if iTic does not specify a valid index.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.