Gets the y-coordinate of the upper-left corner of the Splitter (in client coordinates).
[Visual Basic] Public Property SplitY As Integer [C#] public int SplitY {get; set;} [C++] public: __property int get_SplitY(); public: __property void set_SplitY(int); [JScript] public function get SplitY() : int; public function set SplitY(int);
The y-coordinate of the upper-left corner of the control.
You can use this property along with the SplitY property of this class to determine the position of the System.WinForms.Splitter.Splitter control when its Splitter event is raised.
SplitterEventArgs Class | SplitterEventArgs Members | System.WinForms Namespace