JamBaseShellListViewDisplayContextMenu Method |
Shows the shell context menu for the currently selected items
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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