Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / MouseEventArgsEx Class / Y Property


In This Topic
Y Property
In This Topic
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

Property Value

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