|
Copyright © 1998-2006 MultiMedia Soft
Return to index
|
|
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:
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.
TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.
How to put text over the button section.
How to manage cells section.
|