|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property ColorSolidBack As Color
[C#]
public override Color ColorSolidBack {get; set;}
[C++]
public: __property Color get_ColorSolidBack();
public: __property void set_ColorSolidBack(Color);
|
|
|
|
|
Remarks
|
Color of the text solid background rectangle. The text solid background rectangle can be hidden/shown through the TextDescriptor.SolidBack property.
By default this color is set to Gray RGB (192, 192, 192).
(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.
|