NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MouseEventArgs.Y

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;

Property Value

The y-coordinate of a mouse click in pixels.

Remarks

The mouse click coordinates are based on the client area of the form.

See Also

MouseEventArgs Class | MouseEventArgs Members | System.WinForms Namespace | X | Delta