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:
The CheckBox.CheckAction property in a checkable group box editor.
The ButtonOptions.CheckBox.CheckAction property in a layout group.
See Also