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.SplitY

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);

Property Value

The y-coordinate of the upper-left corner of the control.

Remarks

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.

See Also

SplitterEventArgs Class | SplitterEventArgs Members | System.WinForms Namespace