TBM_GETTHUMBRECT (Windows CE 5.0)
This message retrieves the size and position of the bounding rectangle for the slider in a trackbar.
TBM_GETTHUMBRECTwParam = 0;lParam=(LPARAM)(LPRECT)lprc;
Parameters
- wParam
Not used. - lprc
Long pointer to a RECT structure. The message fills this structure with the bounding rectangle of the trackbar's slider, in client coordinates of the trackbar's window.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors