IWinPagerwPosition Property |
Specifies the logical position of the pager control, between wMin and wMax.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax int wPosition { get; set; }
Property wPosition As Integer
Get
Set
Dim instance As IWinPager
Dim value As Integer
value = instance.wPosition
instance.wPosition = value
property int wPosition {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also