Skip to main content

TdxCheckGroupBoxCheckBoxAction Enum

Enumerates the check box’s behavior types.

Declaration

TdxCheckGroupBoxCheckBoxAction = (
    cbaNone,
    cbaToggleChildrenEnabledState
);

Members

Name
cbaNone
cbaToggleChildrenEnabledState

Remarks

Options include:

Value Description Example
cbaNone A click on the check box does not affect the child controls’ availability.
cbaToggleChildrenEnabledState A click on the check box switches child controls between enabled and disabled states.

The following properties reference the TdxCheckGroupBoxCheckBoxAction type:

See Also