| Package | flash.desktop |
| Class | public class NativeDragActions |
| Inheritance | NativeDragActions Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 1.0 |
The NativeDragActions constants are used as values for the
dropAction property of the NativeDragManager and NativeDragEvent classes.
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Public Constants
| 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 | ||
Constant Detail
COPY | Constant |
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.
LINK | Constant |
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.
MOVE | Constant |
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.
NONE | Constant |
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.
Thu Dec 4 2014, 05:50 PM -08:00
