Splitter::OnMouseUp Method (MouseEventArgs^)

 

Raises the MouseUp event.

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

protected:
virtual void OnMouseUp(
	MouseEventArgs^ e
) override

Parameters

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

A MouseEventArgs that contains the event data.

The OnMouseUp method resizes the docked control that is immediately before Splitter in the docking order.

.NET Framework
Available since 1.1
Return to top
Show: