Skip to main content

TcxButtonColors.PressedText Property

Specifies the foreground color for a pressed button.

Declaration

property PressedText: TColor index Ord(cxbcPressedText) read; write;

Property Value

Type
TColor

Remarks

If this property value is not assigned, the button’s foreground is painted based on the NormalText or the button’s LookAndFeel and UseSystemPaint property settings.

The default property value (clDefault) specifies that the foreground color of a button is provided by the button’s LookAndFeel and UseSystemPaint property settings. If this property value is other than default, the cxbcPressedText flag is activated in AssignedColors. Deactivating this flag sets the property to its default value.

You can also specify foreground colors for the following cxButton states: Default, Disabled, Hot and Normal.

See Also