ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamBaseShellListView.ShowContextMenu

Use this method to display the context menu for the selected entry.

Syntax
Pascal
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'