NMCBEDRAGBEGINNMCBEDRAGBEGIN*
*Contents  *Index  *Topic Contents
*Previous Topic: NMCBEENDEDIT
*Next Topic: NMCOMBOBOXEX

NMCBEDRAGBEGIN


typedef struct {
    NMHDR hdr;
    int iItemid;
    TCHAR szText[CBEMAXSTRLEN];
}NMCBEDRAGBEGIN, *LPNMCBEDRAGBEGIN;

Contains information used with the CBEN_DRAGBEGIN notification message.

hdr
NMHDR structure that contains information about the notification message.
iItemid
Zero-based index of the item being dragged. This value will always be -1, indicating that the item being dragged is the item displayed in the edit portion of the control.
szText
Character buffer that contains the text of the item being dragged.

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