The members of System.Windows.Forms.SplitterCancelEventArgs are listed below.
See Also: Inherited members from System.ComponentModel.CancelEventArgs
Initializes a new instance of the System.Windows.Forms.SplitterCancelEventArgs class with the specified coordinates of the mouse pointer and the upper left corner of the System.Windows.Forms.SplitContainer. |
[read-only] | MouseCursorX | int.
Gets the X coordinate of the mouse pointer in client coordinates. |
[read-only] | MouseCursorY | int.
Gets the Y coordinate of the mouse pointer in client coordinates. |
SplitX | int.
Gets or sets the X coordinate of the upper left corner of the System.Windows.Forms.SplitContainer in client coordinates. | |
SplitY | int.
Gets or sets the Y coordinate of the upper left corner of the System.Windows.Forms.SplitContainer in client coordinates. |