flash.ui.ContextMenuItem
type
class
extends
flash.display.NativeMenuItem
available in
flash
metadata
:final
Constructor
new
(caption :
String
, ?separatorBefore :
Bool
, ?enabled :
Bool
, ?visible :
Bool
)
Instance Variables
hide inherited
show inherited
caption
:
String
enabled
:
Bool
inherited from
flash.display.NativeMenuItem
separatorBefore
:
Bool
visible
:
Bool
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
clone
() :
ContextMenuItem
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher