Copyright © 1998-2015 MultiMedia Soft

TextDescriptor.Border property

Previous pageReturn to chapter overviewNext page

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.

3dabm_i000053

 

 

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.