TBM_GETTHUMBRECT

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

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

  1. TBM_GETTHUMBRECT wParam = 0;
    lParam = (LPARAM)(LPRECT) lprc;

Parameters

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.

See Also

TBM_GETCHANNELRECT