Package | flash.desktop |
Class | public class NativeDragActions |
Inheritance | NativeDragActions Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.0 |
The NativeDragActions constants are used as values for the
dropAction
property of the NativeDragManager and NativeDragEvent classes.
See also
Constant | Defined by | ||
---|---|---|---|
COPY : String = "copy" [static]
Defines the string to use for the copy action.
| NativeDragActions | ||
LINK : String = "link" [static]
Defines the string to use for the link action.
| NativeDragActions | ||
MOVE : String = "move" [static]
Defines the string to use for the move action.
| NativeDragActions | ||
NONE : String = "none" [static]
Defines the string to use when no action is specified.
| NativeDragActions |
COPY | constant |
public static const COPY:String = "copy"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.0 |
Defines the string to use for the copy action.
LINK | constant |
public static const LINK:String = "link"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.0 |
Defines the string to use for the link action.
MOVE | constant |
public static const MOVE:String = "move"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.0 |
Defines the string to use for the move action.
NONE | constant |
public static const NONE:String = "none"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.0 |
Defines the string to use when no action is specified.
In a nativeDragComplete
event, an action of none
indicates that the drag-and-drop operation was abandoned by the user.