CBEN_DRAGBEGINCBEN_DRAGBEGIN*
*



Contents  *



Index  *Topic Contents
*Previous Topic: CBEN_DELETEITEM
*Next Topic: CBEN_ENDEDIT

CBEN_DRAGBEGIN


CBEN_DRAGBEGIN
    lpnmdb = (LPNMCBEDRAGBEGIN) lParam;

Sent when the user begins dragging the image of the item displayed in the edit portion of the control. This notification is sent in the form of a WM_NOTIFY message.

lpnmdb
Address of a NMCBEDRAGBEGIN structure that contains information about the notification.

If the receiving application implements drag-and-drop functionality from the control, the application will begin the drag-and-drop operation in response to this notification.


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