Skip to main content
A newer version of this page is available. .

TcxContainerStateItem Enum

Specifies the state of the control.

Declaration

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

Members

Name
csNormal
csActive
csDisabled
csHotTrack

Remarks

Represents the state of the control. The following table lists the possible states of a control.

Value Meaning
csNormal The normal state of the control.
csActive The control is active, i.e. has focus.
csDisabled The control is disabled.
csHotTrack The control is highlighted, i.e. hot-tracked.
See Also