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()
Protected Function FindContextMenuPosition As Point
protected:
Point FindContextMenuPosition()
member FindContextMenuPosition : unit -> Point
Return Value
Type:
PointThe upperleft point+(20;20) of the ListView if nothing is selected, a point otherwise
See Also