Back to Devexpress

TcxContainerStateItem Enum

vcl-cxcontainer-01c5f13e.md

latest1.3 KB
Original Source

TcxContainerStateItem Enum

Enumerates control states.

Declaration

delphi
TcxContainerStateItem = (
    csNormal,
    csActive,
    csDisabled,
    csHotTrack,
    csReadOnly
);

Members

NameDescription
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.

|

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:

See Also

TcxButtonState Type

TcxCheckBoxState Type

cxContainer Unit