SplitterEventArgs Constructor (Int32, Int32, Int32, Int32)
.NET Framework (current version)
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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 1.1
Show: