Executes a context menu command for the selected item.
Use InvokeCommandOnSelected to execute a command of the context menu on the selected item. verb is the name of the command, which should be executed. Which commands are available depends on the selected object. For a list of common commands see TShellBrowser.InvokeContextMenuCommand.
The following example will paste files or folders from the clipboard to the selected folder:
The following example will show properties dialog for the selected folder: