SpinBox.editable

If true, the SpinBox will be editable. Otherwise, it will be read only.

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

Meta