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!

SplitterEventArgs.Y

Gets the y-coordinate of the mouse pointer (in client coordinates).

[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 the mouse pointer.

Remarks

You can use this property along with the X property of this class to determine the current location of the mouse pointer when the System.WinForms.Splitter.Splitter event is raised.

See Also

SplitterEventArgs Class | SplitterEventArgs Members | System.WinForms Namespace