Element: parentNode (get)

parentNode

Returns the parent node (for nodes that can have parents).

 Public Property Get parentNode ( ) As Element

Return Values

Element -  Parent of the given node instance. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, the parent is Nothing.

Remarks

None

See Also

Project VBDOM Overview Class Element Overview Element Properties Element Methods ownerDocument (get) removeChild