DragEventArgs Properties |
The DragEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedEffects |
Gets allowed drag/drop operation.
| |
| Buttons |
The mouse buttons pressed during the drag
| |
| ControlObject |
Gets the instance of the platform-specific object associated with the drag event
| |
| Data |
Gets drag data.
| |
| Effects |
Gets or sets target drag/drop operation.
| |
| Location |
Location of the cursor in control coordinates
| |
| Modifiers |
Modifier keys pressed
| |
| Source |
Gets source control of drag operation.
| |
| SupportsDropDescription |
Gets a value indicating that the SetDropDescription(String, String) method is supported
for the current drag/drop operation.
|