The TcxButtonColors
object holds a list of background colors for different states of a TcxButton
component: normal, focused, disabled, pressed and so on. It allows you to distinguish different button states. Another way to designate button states is to use the button’s Glyph
property.
To obtain the TcxButtonColors
object in your scripts, use the TcxButton.Colors
property.