vcl-cxcontainer-01c5f13e.md
Enumerates control states.
TcxContainerStateItem = (
csNormal,
csActive,
csDisabled,
csHotTrack,
csReadOnly
);
| Name | Description |
|---|---|
csNormal |
The base (normal) control state.
|
| csActive |
The focused state.
|
| csDisabled |
The control is disabled (the Enabled property is set to False).
|
| csHotTrack |
The control is hot-tracked (a user positions the mouse pointer within the control client area).
|
| csReadOnly |
The control is in read-only mode.
|
A UI element can be in different states depending on current settings, user actions, etc.
The following public API members reference the TcxContainerStateItem type:
AState parameter of the TcxCustomEdit.Styles propertySee Also