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



IconMemberDescription
AddContentChild(DisplayListMember)
Adds a content group child

AddContentChildAt(DisplayListMember, Int32)
Adds a content group child at specified index

ContentChildren
Content group children

ContentContains(DisplayListMember)
Checks if the content group has a specified descendant

ContentContains(DisplayListMember, Boolean)
Checks if the content group has a specified descendant

GetContentChildAt(Int32)
Gets content group child at specified position

GetContentChildIndex(DisplayListMember)
Gets content group child index

HasContentChild(DisplayListMember)
Checks if the content group has a specified child

NumberOfContentChildren
Number of content group children

RemoveAllContentChildren()()()()
Removes all content group children

RemoveContentChild(DisplayListMember)
Removes a content group child

RemoveContentChildAt(Int32)
Removes a content group child at specified index

SwapContentChildren(DisplayListMember, DisplayListMember)
Swaps content group children

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