Splitter::OnMouseMove Method (MouseEventArgs^)

 

Raises the MouseMove event.

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

protected:
virtual void OnMouseMove(
	MouseEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::MouseEventArgs^

A MouseEventArgs that contains the event data.

If the user holds down left mouse button and moves the mouse, the OnMouseMove method moves the Splitter control to resize the docked control that is immediately before Splitter in the docking order.

.NET Framework
Available since 1.1
Return to top
Show: