Click or drag to resize

JamBaseShellListViewDisplayContextMenu(Point) Method

Shows the shell context menu for the currently selected items

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public string DisplayContextMenu(
	Point p
)

Parameters

p  Point
The Position (relative to the control) at which the context menu should be shown.

Return Value

String
The verb of the command that was executed, e.g. "open", "properties", "copy", etc.
See Also