JamBaseShellListViewFindContextMenuPosition Method |
finds the position where to display the context menu based
upon the currently selected items and their positions
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected Point FindContextMenuPosition()
Protected Function FindContextMenuPosition As Point
protected:
Point FindContextMenuPosition()
member FindContextMenuPosition : unit -> Point
Return Value
PointThe upperleft point+(20;20) of the ListView if nothing is selected, a point otherwise
See Also