Used for windowed objects. Specifies the object's current front-to-back position (1-based) among other objects that have the same class name and accessible name.
Namespace:
SmartBear.TestLeft.TestObjects.Swing
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> Index { get; set; }
Public Property Index As Nullable(Of Integer)
Get
Set
Dim instance As AWTPattern
Dim value As Nullable(Of Integer)
value = instance.Index
instance.Index = value
public:
property Nullable<int> Index {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also