System.Windows.Forms.SplitterCancelEventArgs Members

The members of System.Windows.Forms.SplitterCancelEventArgs are listed below.

See Also: Inherited members from System.ComponentModel.CancelEventArgs

Public Constructors

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.

Public Properties

[read-only]
MouseCursorXint.

Gets the X coordinate of the mouse pointer in client coordinates.

[read-only]
MouseCursorYint.

Gets the Y coordinate of the mouse pointer in client coordinates.

SplitXint.

Gets or sets the X coordinate of the upper left corner of the System.Windows.Forms.SplitContainer in client coordinates.

SplitYint.

Gets or sets the Y coordinate of the upper left corner of the System.Windows.Forms.SplitContainer in client coordinates.