Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxButtonColors.Normal Property

Specifies the background color representing the normal state of a button when its Default property is set to False.

#Declaration

Delphi
property Normal: TColor index Ord(cxbcNormal) read; write;

#Property Value

Type
TColor

#Remarks

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

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

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

See Also