AxHost::RaiseOnMouseMove Method (Object^, Object^, Object^, Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Raises the MouseMove event using the specified objects.

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

protected:
void RaiseOnMouseMove(
	Object^ o1,
	Object^ o2,
	Object^ o3,
	Object^ o4
)

Parameters

o1
Type: System::Object^

One of the MouseButtons values that indicate which mouse button was pressed.

o2
Type: System::Object^

Not used.

o3
Type: System::Object^

The x-coordinate of a mouse click, in pixels.

o4
Type: System::Object^

The y-coordinate of a mouse click, in pixels.

.NET Framework
Available since 1.1
Return to top
Show: