| | | |
Constant | Description | Details | Used by the functions |
---|
CF_BITMAP | Type of data | .BMP (bitmap image) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_DIB | Type of data | .DIB (bitmap independent from the device managers) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_DIF | Type of data | Data interchange format (Lotus) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_ENHMETAFILE | Type of data | .EMF (Windows 32-bit Metafile) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_HDROP | Type of data | Format of "dropped" file (in Windows NT) | DnDCacheData DnDIsDataAvailable |
CF_LOCALE | Type of data | Format local to Windows (in Windows NT) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_METAFILEPICT | Type of data | .WMF (MetaFile) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_OEMTEXT | Type of data | OEM string ending with a \0 character | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_PALETTE | Type of data | Palette (Windows standard) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_PENDATA | Type of data | Optical pen | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_RIFF | Type of data | Audio format | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_SYLK | Type of data | .SLK, Excel, Multiplan | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_TEXT | Type of data | ANSI string ending with a \0 character | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_TIFF | Type of data | .TIF (TIFF image) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_UNICODETEXT | Type of data | Text string with characters coded on 2 bytes (support for internationalization) | DnDCacheData, DnDGetData DnDIsDataAvailable |
CF_WAVE | Type of data | .WAV (sound data) | DnDCacheData, DnDGetData DnDIsDataAvailable |
dndBeginDrag | Type of event | Beginning of a Drag/Drop in a source control | DnDEvent |
dndCopy | Action allowed on the target control/Type of cursor | Copying the data is allowed/Copy cursor | DnDAccept, DnDCursor |
dndDefault | Action allowed on the target control/Type of cursor | All the copy actions and all the move actions are allowed/Default cursor | DnDAccept, DnDCursor |
dndDragEnter | Type of event | Entry in a target control | DnDEvent |
dndDragLeave | Type of event | Exit from a target control | DnDEvent |
dndDragOver | Type of event | Hover a target control | DnDEvent |
dndDrop | Type of event | Release the left mouse button on a target control | DnDEvent |
dndEndDrag | Type of event | End of Drag/Drop | DnDEvent |
dndMove | Action allowed on the target control/Type of cursor | Moving the data is allowed/Move cursor | DnDAccept, DnDCursor |
dndNone | Action allowed on the target control/Type of cursor | Copying or moving data is not allowed/Forbidden cursor | DnDAccept, DnDCursor |