Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.ColorPressed property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property ColorPressed As Color

 

[C#]

public override Color ColorPressed {get; set;}

 

[C++]

public: __property Color get_ColorPressed();

public: __property void set_ColorPressed(Color);

 

 

Remarks

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

If this color is left "undefined" the TextDescriptor.ColorNormal property value will be used: once the color has been defined, it can be reset back to the "undefined" state by setting its value to Color.Empty.

 

 

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.