ShellBrowser .Net Edition
DisplayContextMenu Method (p)
NamespacesJam.ShellShellSystemListDisplayContextMenu(Point)
Shows the shell context menu for the currently selected items
Declaration Syntax
C#Visual BasicVisual C++
public string DisplayContextMenu(
	Point p
)
Public Function DisplayContextMenu ( _
	p As Point _
) As String
public:
String^ DisplayContextMenu(
	Point p
)
Parameters
p (Point)
The Position (relative to the control) at which the context menu should be shown.
Return Value
If no items where selected this method returns null, otherwise the verb of the command that was executed, e.g. "open", "properties", "copy", etc., ShellCommand

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