Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SplitterEventArgs Constructor (Int32, Int32, Int32, Int32)

 

Initializes an instance of the SplitterEventArgs class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the Splitter control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
SplitterEventArgs(
	int x,
	int y,
	int splitX,
	int splitY
)

Parameters

x
Type: System::Int32

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

y
Type: System::Int32

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

splitX
Type: System::Int32

The x-coordinate of the upper-left corner of the Splitter (in client coordinates).

splitY
Type: System::Int32

The y-coordinate of the upper-left corner of the Splitter (in client coordinates).

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft