Back to Devexpress

TcxButtonState Enum

vcl-cxlookandfeelpainters-069d0eed.md

latest733 B
Original Source

TcxButtonState Enum

Enumerates button states.

Declaration

delphi
TcxButtonState = (
    cxbsDefault,
    cxbsNormal,
    cxbsHot,
    cxbsPressed,
    cxbsDisabled
);

Members

Name
cxbsDefault
cxbsNormal
cxbsHot
cxbsPressed
cxbsDisabled

Remarks

Values include:

ValueDescription
cxbsDefaultNormal (for the default buttons).
cxbsNormalNormal (for all other buttons).
cxbsHotHot-tracked.
cxbsPressedPressed.
cxbsDisabledDisabled.

See Also

cxLookAndFeelPainters Unit