SplitterCancelEventArgs Properties
.NET Framework 4.5
The SplitterCancelEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
MouseCursorX | Gets the X coordinate of the mouse pointer in client coordinates. |
|
MouseCursorY | Gets the Y coordinate of the mouse pointer in client coordinates. |
|
SplitX | Gets or sets the X coordinate of the upper left corner of the SplitContainer in client coordinates. |
|
SplitY | Gets or sets the Y coordinate of the upper left corner of the SplitContainer in client coordinates. |