Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.ColorSolidBack property

Previous pageReturn to chapter overviewNext page

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).

 

 

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.