(AIR only)
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 |
The NativeDragActions class defines string constants for the names of the drag-and-drop actions.
The NativeDragActions constants are used as values for the
dropAction property of the NativeDragManager and NativeDragEvent classes.
public static const COPY:String = "copy"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 |
Defines the string to use for the copy action.
public static const LINK:String = "link"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 |
Defines the string to use for the link action.
public static const MOVE:String = "move"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 |
Defines the string to use for the move action.
public static const NONE:String = "none"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | 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.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00