CheckButton.inconsistent

bool inconsistent() @property

Get inconsistent property.

Returns

If the check button is in an “in between” state.

The inconsistent state only affects visual appearance, not the semantics of the button.

void inconsistent(bool propval) @property

Set inconsistent property.

Parameters

propvalIf the check button is in an “in between” state. The inconsistent state only affects visual appearance, not the semantics of the button.