Contents Index Topic Contents | ||
Previous Topic: RB_DELETEBAND Next Topic: RB_ENDDRAG |
RB_DRAGMOVE
RB_DRAGMOVE wParam = 0; lParam = (LPARAM)(DWORD)dwPos;Updates the drag position in the rebar control after a previous RB_BEGINDRAG message.
- The return value for this message is not used.
- dwPos
- 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.
Version 4.71
See also RB_ENDDRAG
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.