| ImageEn, unit iexFolderTree |
|
TIEFolderTree.ShowIconOverlays
Declaration
property ShowIconOverlays: Boolean;
Description
Displays an "arrow" over icons for file links and a "Hand" over icons for shared drives, folders and files.
Default: True
Example
// Don't show icon overlays
IEFolderTree1.ShowIconOverlays := False;
See Also
◼ShowIcons