ComponentTray::OnMouseDoubleClick Method (MouseEventArgs^)

 

Called when the mouse is double clicked over the component tray.

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

protected:
virtual void OnMouseDoubleClick(
	MouseEventArgs^ e
) override

Parameters

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

An EventArgs that provides data for the event.

.NET Framework
Available since 2.0
Return to top
Show: