Gets or sets the vertical 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 MouseY As Integer
Get
Set
Dim instance As IDesktop
Dim value As Integer
value = instance.MouseY
instance.MouseY = value
property int MouseY {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also