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.2
Syntax
protected override void OnMouseDoubleClick(
	MouseEventArgs e
)

Parameters

e  MouseEventArgs
the mouse event args
See Also