ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TOnContextMenuSelectEvent

The event that is fired when a context entry was selected.

Syntax
Pascal
TOnContextMenuSelectEvent = procedure (const Command: String; var Execute: Boolean) of object;
Parameters 
Description 
Command 
The command that was selected. 
Execute 
Set this to False if you don't want to execute the selected command.