Function 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.
bool popupExclusive() nothrow @property @nogc;
void popupExclusive
(
bool v
) nothrow @property @nogc;