Click or drag to resize

WPFPatternWPFControlOrdinalNo Property

The object's position in the parent object's collection of child objects. Use it to distinguish the objects that have the same class name and text. You can see the property value in the TestLeft UI Spy panel.

Namespace:  SmartBear.TestLeft.TestObjects.WPF
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public Nullable<int> WPFControlOrdinalNo { get; set; }

Property Value

Type: NullableInt32
See Also