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 Members

Contains a list of colors, which represent different button states.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TcxCustomButton) Initializes a new instance of the TcxButtonCustomPersistent class with specified settings. Inherited from TcxButtonCustomPersistent.

#Properties

Name Description
AssignedColors Specifies which button states have their corresponding color assigned by the Colors property.
Default Specifies the background color representing the normal state of a button when its Default property is set to True.
DefaultText Specifies the foreground color representing the normal state of a button when its Default property is set to True.
Disabled Specifies the background color for a disabled button.
DisabledText Specifies the foreground color for a disabled button.
Hot Specifies the background color for a button when the mouse pointer is positioned over it.
HotText Specifies the foreground color for a button when the mouse pointer is positioned over it.
Normal Specifies the background color representing the normal state of a button when its Default property is set to False.
NormalText Specifies the foreground color representing the normal state of a button when its Default property is set to False.
Pressed Specifies the background color for a pressed button.
PressedText Specifies the foreground color for a pressed button.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also