The properties of System.Windows.Forms.SplitterEventArgs are listed below. For a list of all members, see the SplitterEventArgs Members list.
See Also: Inherited members from System.EventArgs
SplitX | int.
Gets or sets the x-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates). | |
SplitY | int.
Gets or sets the y-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates). | |
[read-only] | X | int.
Gets the x-coordinate of the mouse pointer (in client coordinates). |
[read-only] | Y | int.
Gets the y-coordinate of the mouse pointer (in client coordinates). |