AxHost::RaiseOnMouseUp Method (Int16, Int16, Single, Single)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Raises the MouseUp event using the specified single-precision floating-point numbers.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- button
-
Type:
System::Int16
One of the MouseButtons values that indicate which mouse button was pressed.
- shift
-
Type:
System::Int16
Not used.
- x
-
Type:
System::Single
The x-coordinate of a mouse click, in pixels.
- y
-
Type:
System::Single
The y-coordinate of a mouse click, in pixels.
.NET Framework
Available since 1.1
Available since 1.1
Show: