ImageEn, unit iexFolderTree

TIEFolderTree.PopupMenuUseSystem

TIEFolderTree.PopupMenuUseSystem

Declaration

property PopupMenuUseSystem: Boolean;

Description

When enabled, a system content menu is displayed when right-clicking on a file.
Otherwise, PopupMenu specifies a popup menu to use.
To disable, popup support set PopupMenuUseSystem to False, and PopupMenu to nil.


Default: True

See Also

OnPopupMenu
PopupMenu
PopupSystemMenu