Back to product page

BorderVisible property


Returns or sets whether the control is displayed with a border.

Type

A Boolean value. Determines if 3D border is visible (True) or not (False).

Syntax

  • Basic
object.BorderVisible  [= value]
The BorderVisible(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!

BorderVisible property determines if border is drawn around wodFtpDLX client area. When it is set, black 3D border is visible. Having border visible reduces size of client area available for displaying contents, so Scroll Bars may appear when you set this property.

Platforms

Windows