[]
Determines whether this element is a child of another element.
public bool IsChildOf(Element parent)
Public Function IsChildOf(parent As Element) As Boolean
| Type | Name | Description |
|---|---|---|
| Element | parent | Parent element to investigate. |
| Type | Description |
|---|---|
| bool | True if |