wodFtpDLX ActiveX Control - ShellIcons Property
      
 

Description

Determines if items are visible with shell assigned icons.


Property type

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


Syntax

object.ShellIcons [= value]



The ShellIcons Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFtpDLX.
value A 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.