Back to product page

ShellIcons property


Determines if items are visible with shell assigned icons.

Type

A Boolean value. Determines if wodFtpDLX is showing icons as they are in Windows Explorer.

Syntax

  • Basic
object.ShellIcons[= value]
The ShellIcons(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA Boolean value.

Remarks

Available only in ActiveX (GUI) version!

If set to True, when displaying items in wodFtpDLX window, items will be shown using associated icon, as defined in your registry. For example, if remote file has extension TXT then it will be shown with Notepad's icon (of course, if Explorer uses the same icon).

When set to False, wodFtpDLX will show all items using 3 predefined icons - for files, folders and shortcuts.

Note that extracting icons from registry may be lengthy process when this property is set to True.

Platforms

Windows