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

Gets the x-coordinate of the upper-left corner of the Splitter (in client coordinates).

[Visual Basic]
Public Property SplitX As Integer
[C#]
public int SplitX {get; set;}
[C++]
public: __property int get_SplitX();
public: __property void set_SplitX(int);
[JScript]
public function get SplitX() : int;
public function set SplitX(int);

Property Value

The x-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