RanorexRanorex Documentation
IsAncestor Method (child)
NamespacesRanorex.CoreElementIsAncestor(Element)
Determines whether the current element is an ancestor of the specified child element.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsAncestor(
	Element child
)
Public Function IsAncestor ( _
	child As Element _
) As Boolean
public:
bool IsAncestor(
	Element^ child
)
Parameters
child (Element)
The child element to test.
Return Value
true if the this element is an ancestor; otherwise, false.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)