wodFtpDLX ActiveX Control - Arrange Property
      
 

Description

Arranges icons inside FtpDLX view.


Property type

An ArrangeEnum enumeration.  Determines how are icons arranged.


Syntax

object.Arrange [= value]



The Arrange Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFtpDLX.
value An ArrangeEnum enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 AutoLeft 0 Aligns items along the left edge of the window.
 AutoTop 1 Aligns items along the top edge of the window.
 None 2 None.

Remarks

This property determines how the icons in a wodFtpDLX control's Icon or SmallIcon view are arranged. It defaults to AutoLeft.