Packageorg.apache.flex.core
Classpublic class DropType
InheritanceDropType Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The DropType class provides a set of constant values of types of drops in a drag/drop operation



Public Constants
 ConstantDefined By
  CANCEL : String = cancel
[static] The drop should be cancelled.
DropType
  COPY : String = copy
[static] The data should be copied.
DropType
  MOVE : String = move
[static] The data should be moved.
DropType
Constant Detail
CANCELConstant
public static const CANCEL:String = cancel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The drop should be cancelled.

COPYConstant 
public static const COPY:String = copy

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The data should be copied.

MOVEConstant 
public static const MOVE:String = move

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The data should be moved.