MenuButton.switchOnHover

If true, when the cursor hovers above another MenuButton within the same parent which also has switch_on_hover enabled, it will close the current MenuButton and open the other one.

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

Meta