Popup.popupExclusive

If true the popup will not be hidden when a click event occurs outside of it, or when it receives the ui_cancel action event.

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

Meta