RanorexRanorex Documentation
Children Property
NamespacesRanorex.CoreElementChildren
The list of children the element has.
Declaration Syntax
C#Visual BasicVisual C++
public IList<Element> Children { get; }
Public ReadOnly Property Children As IList(Of Element)
public:
property IList<Element^>^ Children {
	IList<Element^>^ get ();
}

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