Contents Index Topic Contents | ||
Previous Topic: RBN_AUTOSIZE Next Topic: RBN_CHILDSIZE |
RBN_BEGINDRAG
RBN_BEGINDRAG lpnmrb = (LPNMREBAR)lParam;Sent by a rebar control when the user begins dragging a band. This notification message is sent in the form of a WM_NOTIFY message.
- Return zero to allow the rebar to continue the drag operation, or nonzero to abort the drag operation.
- lpnmrb
- Address of an NMREBAR structure that contains information about the notification.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.