Contains information used with the $CBEN_DRAGBEGIN notification message
Global Const $tagNMCBEDRAGBEGIN = $tagNMHDR & ";int ItemID;wchar szText[260]"
$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 |