Click or drag to resize

JamBaseShellListViewFindContextMenuPosition Method

finds the position where to display the context menu based upon the currently selected items and their positions

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected Point FindContextMenuPosition()

Return Value

Type: Point
The upperleft point+(20;20) of the ListView if nothing is selected, a point otherwise
See Also