Contains information used with the $CBEN_DRAGBEGIN notification message
Global Const $tagNMCBEDRAGBEGIN = $tagNMHDR & ";int ItemID;char Text[1024]"
参数
$tagNMHDR | Contains information about a notification message |
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. |
Text | The character buffer that contains the text of the item being dragged |
注意/说明
None.
相关