Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.desktop 
NativeDragActions 
Packageflash.desktop
Classpublic class NativeDragActions
InheritanceNativeDragActions Inheritance Object

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.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  AIR-only COPY : String = "copy"
[static] Defines the string to use for the copy action.
NativeDragActions
  AIR-only LINK : String = "link"
[static] Defines the string to use for the link action.
NativeDragActions
  AIR-only MOVE : String = "move"
[static] Defines the string to use for the move action.
NativeDragActions
  AIR-only NONE : String = "none"
[static] Defines the string to use when no action is specified.
NativeDragActions
Constant Detail
AIR-only 

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.

AIR-only 

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.

AIR-only 

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.

AIR-only 

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.