DragEvent Properties |
The DragEvent type exposes the following members.
Name | Description | |
---|---|---|
Control |
A control object returning the control whenever a drop-and-drag event has occurred inside a control with WS_EX_ACCEPTFILES set. If WS_EX_ACCEPTFILES is TRUE, the control accepts files and triggers a call to its parent Drop() method.
| |
FileCount |
A numeric value representing the number of files in the drag-and-drop load that generated this drag event.
| |
Handle |
The pointer to the window where the event occurred
(Inherited from Event.) | |
Message |
A dword representing the Windows API message associated with the given event.
(Inherited from Event.) | |
Origin |
A point representing the location of the mouse in canvas coordinates at the time this drag event was generated.
| |
Window |
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.) |