Описание ключевого слова
$tagNMCBEDRAGBEGIN
Contains information used with the $CBEN_DRAGBEGIN notification message
Global Const $tagNMCBEDRAGBEGIN = $tagNMHDR & ";int ItemID;wchar szText[260]"
Параметры
$tagNMHDR | Структура $tagNMHDR, содержащая информацию об уведомительном сообщении |
ItemID |
The 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 |
The character buffer that contains the text of the item being dragged |