Description
-
Returns or sets whether the control is displayed with a
border.
Property type
-
A Boolean value. Determines if 3D border is
visible (True) or not (False).
Syntax
-
object.BorderVisible [=
value]
The BorderVisible Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFtpDLX. |
| value |
A 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.
|