Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.ColorNormal property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property ColorNormal As Color

 

[C#]

public override Color ColorNormal {get; set;}

 

[C++]

public: __property Color get_ColorNormal();

public: __property void set_ColorNormal(Color);

 

 

Remarks

The color used for rendering the text when the button is in Normal state.

By default this color is set to pure Black RGB (0, 0, 0).

 

 

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.