RanorexRanorex Documentation
ChildIndex Property
NamespacesRanorex.CoreElementChildIndex
The index of this element in the parent's child list. Is '-1' if the index is unknown.
Declaration Syntax
C#Visual BasicVisual C++
public int ChildIndex { get; internal set; }
Public Property ChildIndex As Integer
public:
property int ChildIndex {
	int get ();
	void set (int value);
}

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