[]
        
(Showing Draft Content)

C1.Framework.Element.IsChildOf

IsChildOf Method

IsChildOf(Element)

Determines whether this element is a child of another element.

Declaration
public bool IsChildOf(Element parent)
Public Function IsChildOf(parent As Element) As Boolean
Parameters
Type Name Description
Element parent

Parent element to investigate.

Returns
Type Description
bool

True if parent contains this element.