Share via


TBM_GETTHUMBRECT (Compact 2013)

3/28/2014

This message retrieves the size and position of the bounding rectangle for the slider in a trackbar.

Syntax

TBM_GETTHUMBRECT wParam = 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 Value

None.

Requirements

Header

commctrl.h

See Also

Reference

Trackbar Controls Messages
TBM_GETCHANNELRECT