(AIR only)
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0 |
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.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00