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