ImageEn, unit iexFolderTree

TIEFileListBox.PopupMenuUseSystem

TIEFileListBox.PopupMenuUseSystem

Declaration

property PopupMenuUseSystem: Boolean;

Description

If enabled and a PopUpMenu has not been specified then a Windows Explorer popup menu will be shown when right-clicking a file.


Default: False

Note: If AutoRefresh is not enabled, the control may not update the display of files that are moved or renamed

Examples

// Use Windows Explorer style menu
IEFileListBox1.PopupMenu := nil;
IEFileListBox1.PopupMenuUseSystem := True;

// Use a custom popup menu
IEFileListBox1.PopupMenu := MyPopupMenu;

See Also

PopupSystemMenu