Gets the y-coordinate of a mouse click.
[Visual Basic] Public ReadOnly Property Y As Integer [C#] public int Y {get;} [C++] public: __property int get_Y(); [JScript] public function get Y() : int;
The y-coordinate of a mouse click in pixels.
The mouse click coordinates are based on the client area of the form.
MouseEventArgs Class | MouseEventArgs Members | System.WinForms Namespace | X | Delta