Back to product page

IconView property


Returns/sets the current view of the FtpDLX control.

Type

A ViewEnum enumeration. Determines current icon view.

Syntax

  • Basic
object.IconView [= value]
The IconView(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA ViewEnum enumeration, as described in settings.

Remarks

Settings

The settings for value are:

Constant Value Description
lvwIcon0 Icon.
lvwSmallIcon 1 Smallicon.
lvwList2 List.
lvwDetails 3 Details.


Available only in ActiveX (GUI) version!

This property determines what type of icons are currently shown inside wodFtpDLX control. It defaults to Icons just as in regular Explorer windows. You can change it to SmallIcons, List.... This property is included to make as much compatibility with Explorer as possible.

Platforms

Windows