ShellBrowser Delphi Components Documentation
|
Use this method to display the context menu for the selected entry.
function ShowContextMenu(const p: TPoint): String; virtual;
Parameters |
Description |
const p: TPoint |
The point on the screen at which position the context menu should be shown. |
String: The verb of the context menu item that the user selected, if a verb is available. Example: 'copy', 'cut', 'properties'