PopupMenu.submenuPopupDelay

Sets the delay time in seconds for the submenu item to popup on mouse hovering. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item.

  1. double submenuPopupDelay [@property getter]
  2. double submenuPopupDelay [@property setter]
    struct PopupMenu
    @nogc nothrow @property
    void
    submenuPopupDelay
    (
    double v
    )

Meta