eDriven Framework API
IChildList Interface
NamespaceseDriven.Gui.ContainersIChildList
eDriven Framework API
The ability to have children
Declaration Syntax
C#Visual BasicVisual C++
public interface IChildList
Public Interface IChildList
public interface class IChildList
Members
All MembersMethodsProperties



IconMemberDescription
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

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)