Packagecom.adobe.portfolio.api
Classpublic final class RightClickEvent
InheritanceRightClickEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

An Event dispatched by a INavigatorHost in response to right-click operations.

See also

INavigatorHost.rightClick


Public Properties
 PropertyDefined By
  ctrlKey : Boolean
Set to true if the control key was pressed; set to false otherwise.
RightClickEvent
  shiftKey : Boolean
Set to true if the shift key was pressed; set to false otherwise.
RightClickEvent
  stageX : int
The x-coordinate (relative to the stage) of the mouse.
RightClickEvent
  stageY : int
The y-coordinate (relative to the stage) of the mouse.
RightClickEvent
Public Constants
 ConstantDefined By
  RIGHT_CLICK : String = rightClick
[static] Defines the value of the type property of the Event object for a rightClick event.
RightClickEvent
Property Detail
ctrlKeyproperty
public var ctrlKey:Boolean

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Set to true if the control key was pressed; set to false otherwise.

shiftKeyproperty 
public var shiftKey:Boolean

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Set to true if the shift key was pressed; set to false otherwise.

stageXproperty 
public var stageX:int

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The x-coordinate (relative to the stage) of the mouse. A value of -1 means this is not a true right-click, but rather a context-menu request triggered by a (platform-specific) keyboard shortcut.

stageYproperty 
public var stageY:int

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The y-coordinate (relative to the stage) of the mouse. A value of -1 means this is not a true right-click, but rather a context-menu request triggered by a (platform-specific) keyboard shortcut.

Constant Detail
RIGHT_CLICKConstant
public static const RIGHT_CLICK:String = rightClick

Language Version : ActionScript 3.0
Product Version : Portfolio 9.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Defines the value of the type property of the Event object for a rightClick event.