###Structure Name###
$tagNMCBEDRAGBEGIN

###Description###
Contains information used with the $CBEN_DRAGBEGIN notification message

###Syntax###
Global Const $tagNMCBEDRAGBEGIN = $tagNMHDR & ";int ItemID;wchar szText[260]"


###Fields###
@@ParamTable@@
$tagNMHDR
	Contains information about a notification message
ItemID
	The ze0-ro-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
	The character buffer that contains the text of the item being dragged
@@End@@

###Remarks###
None.
