|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property SolidBack As Boolean
[C#]
public bool SolidBack {get; set;}
[C++]
public: __property bool get_SolidBack();
public: __property void set_SolidBack(bool);
| ||||||
|
|
| ||||||
|
Remarks
|
Boolean value that applies/removes a solid background rectangle to text.
Supported values are the following:
The color of the solid background rectangle can be 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 class.
TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.
How to add text to the control section.
How to manage cells section.
|