BorderVisible Property
      
 

Description

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


Property type

A Boolean value.  


Syntax

object.BorderVisible [= value]



The BorderVisible Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodXMPP.
value A Boolean value.

Remarks

This property is only available in OCX (GUI) version of the component.

BorderVisible property determines if border is drawn around wodXMPP 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.