Package | flash.desktop |
Class | public class NativeDragActions |
Inheritance | NativeDragActions ![]() |
The NativeDragActions constants are used as values for the
dropAction
property of the NativeDragManager and NativeDragEvent classes.
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
Defines the string to use for the copy action. | NativeDragActions | ||
![]() [static]
Defines the string to use for the link action. | NativeDragActions | ||
![]() [static]
Defines the string to use for the move action. | NativeDragActions | ||
![]() [static]
Defines the string to use when no action is specified. | NativeDragActions |
![]() | Constant |
public static const COPY:String = "copy"
Defines the string to use for the copy action.
![]() | Constant |
public static const LINK:String = "link"
Defines the string to use for the link action.
![]() | Constant |
public static const MOVE:String = "move"
Defines the string to use for the move action.
![]() | Constant |
public static const NONE:String = "none"
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.