ShellBrowser Delphi Components Documentation
|
Executes a command of the context menu of the current object.
function InvokeContextMenuCommand(const Command: String): Boolean; deprecated;
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. |
True if the command was executed successfully.