TcxButtonState Enum
In This Article
Enumerates button states.
#Declaration
Delphi
TcxButtonState = (
cxbsDefault,
cxbsNormal,
cxbsHot,
cxbsPressed,
cxbsDisabled
);
#Members
Name |
---|
cxbs
|
cxbs
|
cxbs
|
cxbs
|
cxbs
|
#Remarks
Values include:
Value | Description |
---|---|
cxbs |
Normal (for the default buttons). |
cxbs |
Normal (for all other buttons). |
cxbs |
Hot-tracked. |
cxbs |
Pressed. |
cxbs |
Disabled. |
See Also