haXe API Documentation
Back | Index
extern class flash.ContextMenuItem
Available in flash
var caption : String
var enabled : Bool
var separatorBefore : Bool
var visible : Bool
function new(caption : String, callb : Dynamic -> ContextMenuItem -> Void, ?separatorBefore : Bool, ?enabled : Bool, ?visible : Bool) : Void
function copy() : ContextMenuItem
dynamic function onSelect(v : Dynamic, c : ContextMenuItem) : Void
Back | Index