Function BaseButton.disabled

If true, the button is in disabled state and can't be clicked or toggled.

bool disabled() nothrow @property @nogc;

void disabled (
  bool v
) nothrow @property @nogc;