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 (in ShellBrowser.dll) Version: 7.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