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