Gets or sets the horizontal position of the mouse pointer.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Property MouseX As Integer
Get
Set
Dim instance As IDesktop
Dim value As Integer
value = instance.MouseX
instance.MouseX = value
property int MouseX {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also