Skip to main content

TcxContainerStateItem Enum

Enumerates control states.

Declaration

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

Members

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.

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