Gets the x-coordinate of the mouse pointer (in client coordinates).
[Visual Basic] Public ReadOnly Property X As Integer [C#] public int X {get;} [C++] public: __property int get_X(); [JScript] public function get X() : int;
The x-coordinate of the mouse pointer.
You can use this property along with the Y property of this class to determine the current location of the mouse pointer when the System.WinForms.Splitter.Splitter event is raised.
SplitterEventArgs Class | SplitterEventArgs Members | System.WinForms Namespace