JamBaseShellListViewDisplayContextMenu 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()
Public Function DisplayContextMenu As String
public:
String^ DisplayContextMenu()
member DisplayContextMenu : unit -> string
Return Value
Type:
StringThe verb of the command that was executed, e.g. "open", "properties", "copy", etc.
See Also