ShellBrowser Delphi Components Documentation
|
Show the context menu when the user right clicks on the background of the Windows Explorer.
function ShowBackgroundMenu(const aPoint: TPoint; aMenu: TPopUpMenu = nil): String;
Parameters |
Description |
const aPoint: TPoint |
The point where the Menu should be shown. |
aMenu: TPopUpMenu = nil |
A user defined popup menu that will be merged with the Explorer background menu. |
The command that was chosen by the user. Empty if nothing was chosen.