ImageEn, unit iexFolderMView

TIEFolderInteractOptions


Declaration

TIEFolderInteractOptions = set of (ieboOpenFoldersOnDblClick, ieboLaunchImagesOnDblClick, ieboLaunchFilesOnDblClick, ieboEnableFolderShortcuts, ieboEnableFileShortcuts, ieboClickToSortColumns);


Description

Value Description
ieboOpenFoldersOnDblClick If ShowFolders has been enabled to show folders, then ieboOpenFoldersOnDblClick allows the user to double click or press enter to open a folder
ieboLaunchImagesOnDblClick If a user double clicks a supported image type (or selects one and clicks the enter key) then it will be launched to the default windows handle for that file type
ieboLaunchFilesOnDblClick If a user double clicks an unknown file type (or selects one and clicks the enter key) then it will be launched to the default windows handle for that file type
ieboEnableFolderShortcuts If ShowFolders has been enabled to show folders, then Backspace or Alt+Up will open the parent folder. F5 will refresh the file listing *
ieboEnableFileShortcuts Clicking Ctrl+X/C/V will Cut, Copy or Paste files to/from Windows Explorer. Clicking Delete will move files to the Recycle Bin. Shift+Delete will permanently delete files *
ieboClickToSortColumns When Style is iemsColumns, then a header row is shown for each column. Clicking the header allows sorting by that column

* Configure or disable individual keyboard shortcuts using KeyboardShortcuts

Default: [ieboOpenFoldersOnDblClick, ieboEnableFolderShortcuts, ieboClickToSortColumns]


See Also

 ImageEn Keyboard Properties