InfoConnect for Unisys
X Property


Gets the x-coordinate of the mouse during this event, in pixels, relative to the left side of the session window.
Syntax
'Declaration
 
Public ReadOnly Property X As Integer
'Usage
 
Dim instance As MouseEventArgsEx
Dim value As Integer
 
value = instance.X
public int X {get;}

Property Value

The x-coordinate of the mouse, in pixels, relative to the left side of the session window.
See Also