Click or drag to resize

ShellSystemListOnMouseDoubleClick Method

Raises the System.Windows.Forms.Control.MouseDoubleClick event. This method is called from the ListViewNativeWindow.WndProc function.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected override void OnMouseDoubleClick(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
the mouse event args
See Also