The ability to have children

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

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddChild(DisplayListMember) |
Adds a child to the container
|
![]() | AddChildAt(DisplayListMember, Int32) |
Adds a child to the container to the specified index
|
![]() | Children |
The child components of the container
|
![]() | Contains(DisplayListMember) |
Returns true if child is the descendant of the component or the component itself
Non-exclusive variant
|
![]() | Contains(DisplayListMember, Boolean) |
Returns true if child is the descendant of the component or the component itself
|
![]() | GetChildAt(Int32) |
Gets child at specified position
|
![]() | GetChildIndex(DisplayListMember) |
Gets child index
|
![]() | HasChild(DisplayListMember) |
Checks if this is a Owner of a component
|
![]() | NumberOfChildren |
Number of children
|
![]() | RemoveAllChildren()()()() |
Removes all children from the container
|
![]() | RemoveChild(DisplayListMember) |
Removes a child from the container
|
![]() | RemoveChildAt(Int32) |
Adds a child from the container at specified index
|
![]() | SetChildIndex(DisplayListMember, Int32) |
Sets child index
|
![]() | SwapChildren(DisplayListMember, DisplayListMember) |
Swaps two children
|