CheckButton.inconsistent

bool inconsistent() @property nothrow

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 nothrow

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.