ShellBrowser .Net Edition
ShowContextMenu Method (p, M)
NamespacesJam.ShellShellBrowserShowContextMenu(Point, Menu)
shows the shell context menu for the active object or, if not empty, to the objects in the MultiObjects property.
Declaration Syntax
C#Visual BasicVisual C++
public string ShowContextMenu(
	Point p,
	Menu M
)
Public Function ShowContextMenu ( _
	p As Point, _
	M As Menu _
) As String
public:
String^ ShowContextMenu(
	Point p, 
	Menu^ M
)
Parameters
p (Point)
Position on the screen at which the context menu should appear.
M (Menu)
ContextMenu that should be merged with the shell context menu.
Return Value
the shell command that was executed, an empty string if no shell comand was executed.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)