The ability to have children
| C# | Visual Basic | Visual C++ |
public interface IContentChildList
Public Interface IContentChildList
public interface class IContentChildList
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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
|