BaseButton.disabled

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

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

Meta