BaseButton.toggleMode

If true, the button is in toggle mode. Makes the button flip state between pressed and unpressed each time its area is clicked.

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

Meta