MSAAPatternControlIndex Property |
The index (zero-based) of the sought-for object in the parent object's collection of child objects.
Namespace:
SmartBear.TestLeft.TestObjects.MSAA
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> ControlIndex { get; set; }
Public Property ControlIndex As Nullable(Of Integer)
Get
Set
Dim instance As MSAAPattern
Dim value As Nullable(Of Integer)
value = instance.ControlIndex
instance.ControlIndex = value
public:
property Nullable<int> ControlIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also