Click or drag to resize

VBPatternIndex Property

For windowed objects, Index is the current front-to-back position (1-based) of the sought-for window among other windows that have the same name. For windowless objects, this is the value of the "native" Index property. Check the index value in the TestLeft UI Spy panel before writing code.

Namespace:  SmartBear.TestLeft.TestObjects.VB
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