|
ShellBrowser Delphi Edition Documentation
|
Executes a command of the context menu of the current object.
|
Parameters |
Description |
|
const Command: String |
The name of the command, which should be executed. Which commands are available depends on the current object. Always available and most important are: default Will execute the default action for a file and usually open it. properties Will show the properties dialog for the current object. |
Use InvokeContextMenuCommand to execute a command of the context menu of the current object.
TJamShellList.BackgroundPopupMenu
TJamShellList.InvokeCommandOnFolder
TJamSystemShellView.InvokeCommandOnFolder
TJamShellList.InvokeCommandOnSelected
TJamSystemShellView.InvokeCommandOnSelected
TShellBrowser.InvokeContextMenuCommand
TShellBrowser.OnContextMenuSelect
TJamShellList.OnContextMenuSelect
TJamSystemShellView.ShellContextMenu
The following example will show the properties of the selected file(s):
The following example will copy the selected file(s) to the clipboard: