ShellSystemListDisplayContextMenu Method |
Shows the shell context menu for the currently selected items
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string DisplayContextMenu(
Point p
)
Public Function DisplayContextMenu (
p As Point
) As String
public:
String^ DisplayContextMenu(
Point p
)
member DisplayContextMenu :
p : Point -> string
Parameters
- p
- Type: System.DrawingPoint
The Position (relative to the control) at which the context menu should be shown.
Return Value
Type:
StringIf no items where selected this method returns null, otherwise the verb of the command
that was executed, e.g. "open", "properties", "copy", etc.,
ShellCommandSee Also