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]
    struct MenuButton
    @nogc nothrow @property
    bool
    switchOnHover
    ()
  2. bool switchOnHover [@property setter]

Meta