Used in
Gdk.DragContext to indicate what the destination should do with the dropped data.
Syntax
[GLib.GType(typeof(Gdk.DragActionGType))]
[System.Flags]
public enum DragAction
Remarks
Members
| Member Name | Description |
|---|
| Default | The default action. The same as the Copy action. |
| Copy | Copy the data. |
| Move | Move the data, i.e. first copy it, then delete it from the source using the DELETE targetof the X selection protocol. |
| Link | Add a link to the data. Note that this is only useful if source and destination agree on what it means. |
| Private | Special action which tells the source that the destination will do something that the source doesn't understand. |
| Ask | Ask t user what to do with the data. |
Requirements
Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)
Assembly Versions: 2.12.0.0