|
Copyright © 1998-2006 MultiMedia Soft
Return to index
|
|
Type
|
BOOL for Visual C++
boolean for Visual Basic
| ||||||
|
|
| ||||||
|
Syntax
|
object.TextDescriptor.SolidBack [=boolean]
or
object.CellsManager.TextDescriptor(UniqueID).SolidBack [=integer]
| ||||||
|
|
| ||||||
|
Remarks
|
Boolean value that applies/removes a solid background rectangle to text.
Supported values are the following:
The color of the solid background rectangle is set through the TextDescriptor.ColorSolidBack property.
Below you can see two samples of button with solid background applied: the left one has the TextDescriptor.Border property set to FALSE while the right one has the same property set to TRUE.
(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.
|