The members of System.Windows.Forms.SplitterEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes an instance of the System.Windows.Forms.SplitterEventArgs class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the System.Windows.Forms.Splitter control. |
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). |