Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
TextDescriptor.Border property 
 
Type
BOOL for Visual C++ 
boolean for Visual Basic
 
 
Syntax
object.TextDescriptor.Border [=boolean] 
or 
object.CellsManager.TextDescriptor(UniqueID).Border [=boolean]
 
 
Remarks
Boolean value that applies/removes a border line around text. 
Supported values are the following: 
Value
Meaning
FALSE (default)
The border is removed.
TRUE
The border is applied.
 
The color of the border line can be set with the TextDescriptor.ColorBorder property. 
The following is a button sample with a text bordered with a black line. 
 
(Available only with Professional edition)
 
 
See also
TextDescriptor object. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index