ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.ShowContextMenuOnTop

Decides if the shell context menu is added above or below the supplied Delphi TPopupMenu.

Syntax
Pascal
property ShowContextMenuOnTop: Boolean;

If this property is set to true, the shell context menu will be added on top of the Delphi TPopupMenu, which can be supplied when calling ShowContextMenu. If set to false, the shell context menu will be added below the Delphi TPopupMenu.