TcxContainerStateItem Enum
Enumerates control states.
#Declaration
Delphi
TcxContainerStateItem = (
csNormal,
csActive,
csDisabled,
csHotTrack,
csReadOnly
);
#Members
Name | Description |
---|---|
cs
|
The base (normal) control state. |
cs
|
The focused state. |
cs
|
The control is disabled (the Enabled property is set to |
cs
|
The control is hot-tracked (a user positions the mouse pointer within the control client area). |
cs
|
The control is in read-only mode. |
#Remarks
A UI element can be in different states depending on current settings, user actions, etc.
#Direct TcxContainerStateItem Type References
The following public API members reference the TcxContainerStateItem
type:
- The TcxContainerStyle.State property
- The
AState
parameter of the TcxCustomEdit.Styles property
See Also