ShellBrowser .Net Edition
ShowContextMenu Method (pPosition, pContextMenuStrip)
NamespacesJam.ShellShellBrowserShowContextMenu(Point, ContextMenuStrip)
shows the shell context menu for the active object or, if not empty, to the obejcts in the MultiObjects property.
Declaration Syntax
C#Visual BasicVisual C++
public string ShowContextMenu(
	Point pPosition,
	ContextMenuStrip pContextMenuStrip
)
Public Function ShowContextMenu ( _
	pPosition As Point, _
	pContextMenuStrip As ContextMenuStrip _
) As String
public:
String^ ShowContextMenu(
	Point pPosition, 
	ContextMenuStrip^ pContextMenuStrip
)
Parameters
pPosition (Point)
Position on the screen at which the context menu should appear.
pContextMenuStrip (ContextMenuStrip)
ContextMenuStrip 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)