AxHost::RaiseOnMouseUp Method (Int16, Int16, Int32, Int32)
.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 32-bit signed integers.
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::Int32
The x-coordinate of a mouse click, in pixels.
- y
-
Type:
System::Int32
The y-coordinate of a mouse click, in pixels.
.NET Framework
Available since 1.1
Available since 1.1
Show: