TBN_DRAGOUTTBN_DRAGOUT*
*Contents  *Index  *Topic Contents
*Previous Topic: TBN_DELETINGBUTTON
*Next Topic: TBN_DROPDOWN

TBN_DRAGOUT


TBN_DRAGOUT
    lpnmtb = (LPNMTOOLBAR) lParam;

Sent by a toolbar control when the user clicks a button and then moves the cursor off the button. This notification message is sent in the form of a WM_NOTIFY message.

lpnmtb
Address of an NMTOOLBAR structure that contains information about this notification. For this notification message, only the hdr and iItem members of this structure are valid. The iItem member of this structure contains the command identifier of the button being dragged.

This notification allows an application to implement drag-and-drop functionality for toolbar buttons. When processing this notification, the application will begin the drag-and-drop operation.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.