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]
    struct Control
    @nogc nothrow @property
    bool
    inputPassOnModalCloseClick
    ()
  2. bool inputPassOnModalCloseClick [@property setter]

Meta