Control.inputPassOnModalCloseClick

Enables whether input should propagate when you close the control as modal. If false, stops event handling at the viewport input event handling. The viewport first hides the modal and after marks the input as handled.

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

Meta