| ImageEn, unit iexFolderMView |
|
TImageEnFolderMView.FolderInteract
Declaration
property FolderInteract: TIEFolderInteractOptions;
Description
Configure the behavior when interacting with the control.
Default: [ieboOpenFoldersOnDblClick, ieboEnableFolderShortcuts, ieboClickToSortColumns]
Example
// Set folder interact
IEFolderMView1.FolderInteract := IEFolderMView1.FolderInteract + [ieboLaunchImagesOnDblClick];
See Also
◼ShowFolders