Share via


TBN_DRAGOUT (Windows CE 5.0)

Send Feedback

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

TBN_DRAGOUTlpnmtb = (LPNMTOOLBAR) lParam;

Parameters

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

Return Value

The return value is ignored.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Commctrl.h.

See Also

Toolbar Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.