Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The MarqueeSelectionEvent class extends Event and is dispatched by the MarqueeSelection class during a marquee drag gesture.
public var ctrlKey:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
True if control key is down
public var height:Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
height of marquee in pixels
public var shiftKey:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
True if shift key is down
public var width:Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
width of marquee in pixels
public var x:Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
x location of marquee (top left corner)
public var y:Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
y location of marquee (top left corner)
public function MarqueeSelectionEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor
Parameters | type:String — Type of event.
|
|
| bubbles:Boolean (default = false ) — Whether event bubbles.
|
|
| cancelable:Boolean (default = false ) — Whether event is cancelable
|
See also
public static const BEGIN:String = marqueeSelectionBegin
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of MarqueeSelectionEvent this is dispatched at the beginning of a marquee drag.
public static const CANCELLED:String = marqueeSelectionCancelled
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of MarqueeSelectionEvent when a marquee drag is cancelled (i.e. a single click instead of a drag).
public static const END:String = marqueeSelectionEnd
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of MarqueeSelectionEvent this is dispatched at the end of a marquee drag.
public static const MOVE:String = marqueeSelectionMove
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Type of MarqueeSelectionEvent this is dispatched during a marquee drag when the mouse moves.
Mon Apr 25 2011, 05:54 PM -07:00