The interface used for retrieving the "true" children of a DisplayObjectContainer
This is because the Container uses the content pane for handling children (if scrollable)
Children of the Container return the children of content pane
QChildren returns the content pane itself

C# | Visual Basic | Visual C++ |
public interface ITrueChildList
Public Interface ITrueChildList
public interface class ITrueChildList

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | QAddChild(DisplayListMember) |
Adds a child to the container
|
![]() | QAddChildAt(DisplayListMember, Int32) |
Adds a child to the container to the specified index
|
![]() | QChildren |
The child components of the container
|
![]() | QContains(DisplayListMember) |
Returns true if child is the descendant of the component or the component itself
Non-exclusive variant
|
![]() | QContains(DisplayListMember, Boolean) |
Returns true if child is the descendant of the component or the component itself
|
![]() | QGetChildAt(Int32) |
Gets child at specified position
|
![]() | QGetChildIndex(DisplayListMember) |
Gets child index
|
![]() | QHasChild(DisplayListMember) |
Checks if this is a Owner of a component
|
![]() | QNumberOfChildren |
Number of children
|
![]() | QRemoveAllChildren()()()() |
Removes all children from the container
|
![]() | QRemoveChild(DisplayListMember) |
Removes a child from the container
|
![]() | QRemoveChildAt(Int32) |
Adds a child from the container at specified index
|
![]() | QSetChildIndex(DisplayListMember, Int32) |
Sets child index
|
![]() | QSwapChildren(DisplayListMember, DisplayListMember) |
Swaps two children
|