Packageorg.apache.flex.core
Interfacepublic interface IChild
Implementors CSSShape, CSSSprite, StyleableCSSTextField

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

The IChild interface is the basic interface for a component that is parented by another component.



Public Properties
 PropertyDefined By
  parent : DisplayObjectContainer
[read-only] The parent.
IChild
Property Detail
parentproperty
parent:DisplayObjectContainer  [read-only]

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

The parent.


Implementation
    public function get parent():DisplayObjectContainer