Click or drag to resize

WindowPatternIndex Property

The Index property value is the current front-to-back position (1-based) of the sought-for window among other windows that have the same class name and caption. You can see the index of a window in the TestLeft UI Spy panel.

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

Property Value

Type: NullableInt32
See Also