套件 | mx.core |
介面 | public interface IRawChildrenContainer |
實作者 | Container |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
numChildren
and addChild()
method to manage only a subset of its actual children.
The mx.core.Container class, for example, has a set of content children
separate from the non-content children, such as borders, title bars,
and dividers.
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
rawChildren : IChildList [唯讀]
Returns an IChildList representing all children. | IRawChildrenContainer |
屬性詳細資訊
rawChildren | 屬性 |
rawChildren:IChildList
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns an IChildList representing all children. This is used by FocusManager to find non-content children that may still receive focus (for example, components in ControlBars).
實作
public function get rawChildren():IChildList
Tue Jun 12 2018, 03:47 PM Z