BaseButton.disabled

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

  1. bool disabled [@property getter]
    struct BaseButton
    @nogc nothrow @property
    bool
    disabled
    ()
  2. bool disabled [@property setter]

Meta