DragDropTargetEventArgs Properties |
The DragDropTargetEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedEffect |
Gets which drag-and-drop operations are allowed by the originator (or source) of the drag event.
| |
| BufferSize |
Gets the size of the buffer.
| |
| DataObject |
Gets the Data Object that contains the data associated with this event.
| |
| Effect |
Gets or sets the target drop effect in a drag-and-drop operation.
| |
| HResult |
Gets or sets the Windows HRESULT for the operation.
| |
| Hwnd |
Gets the HWND that hosts the event. May be zero.
| |
| Item |
Gets the context Shell Item.
| |
| KeyState |
Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.
| |
| OnDemandDataObject |
Gets the related on OnDemandDataObject instance.
Only valid (not null) if a custom OnDemandDataObject instance was provided on OnGetOnDemandDataObjectEvent.
| |
| StreamsAreRealized |
Gets a value indicating whether streams are realized.
| |
| Type |
Gets the type of drag and drop event.
| |
| X |
Gets the x-coordinate of the mouse pointer, in screen coordinates.
| |
| Y |
Gets the y-coordinate of the mouse pointer, in screen coordinates.
|