DragEventArgs Class |
Namespace: Eto.Forms
The DragEventArgs type exposes the following members.
Name | Description | |
---|---|---|
DragEventArgs |
Initializes a new instance of the DragEventArgs class.
|
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.
|
Name | Description | |
---|---|---|
SetDropDescription |
Sets the drop description when dragging overtop your control to specify additional context of what will be done.
|