Splitter::OnMouseDown Method (MouseEventArgs^)

 

Raises the MouseDown event.

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

protected:
virtual void OnMouseDown(
	MouseEventArgs^ e
) override

Parameters

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

A MouseEventArgs that contains the event data.

The OnMouseDown method begins dragging 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: