InfoConnect for Airlines
Y Property


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

Property Value

The y-coordinate of the mouse, in pixels, relative to the top of the session window.
See Also