Contents Index Topic Contents | ||
Previous Topic: TBN_ENDADJUST Next Topic: TBN_GETBUTTONINFO |
TBN_ENDDRAG
TBN_ENDDRAG lpnmtb = (LPNMTOOLBAR) lParam;Notifies the toolbar's parent window that the user has stopped dragging a button in a toolbar. This message is sent in the form of a WM_NOTIFY message.
- No return value.
- lpnmtb
- Address of an NMTOOLBAR structure. The iItem member contains the command identifier of the button being dragged.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.