Control.showModal

Displays a control as modal. Control must be a subwindow. Modal controls capture the input signals until closed or the area outside them is accessed. When a modal control loses focus, or the ESC key is pressed, they automatically hide. Modal controls are used extensively for popup dialogs and menus.

struct Control
@nogc nothrow
void
showModal
(
in bool exclusive = false
)

Meta