RB_DRAGMOVE message

Updates the drag position in the rebar control after a previous RB_BEGINDRAG message.

Parameters

wParam

Must be zero.

lParam

DWORD value that contains the new mouse coordinates. The horizontal coordinate is contained in the LOWORD and the vertical coordinate is contained in the HIWORD. If you pass (DWORD)-1, the rebar control will use the position of the mouse the last time the control's thread called GetMessage or PeekMessage.

Return value

The return value for this message is not used.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

Reference

RB_ENDDRAG