System.Windows.Forms.SplitterEventArgs Members

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

See Also: Inherited members from System.EventArgs

Public Constructors

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.

Public Properties

SplitXint.

Gets or sets the x-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates).

SplitYint.

Gets or sets the y-coordinate of the upper-left corner of the System.Windows.Forms.Splitter (in client coordinates).

[read-only]
Xint.

Gets the x-coordinate of the mouse pointer (in client coordinates).

[read-only]
Yint.

Gets the y-coordinate of the mouse pointer (in client coordinates).