IsChildOf Method (ContentElement)
Determines whether this element is a child of another element.
'Declaration
Public Function IsChildOf( _
ByVal As Element _
) As Boolean
Parameters
- parent
- Parent element to investigate.
Return Value
True if contains this element.