Table of Contents

Property Modal

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Modal

Determines whether the Toplevel is modal or not. If set to false (the default):

  • ProcessKey(KeyEvent) events will propagate keys upwards.
  • The Toplevel will act as an embedded view (not a modal/pop-up).

If set to true:

public bool Modal { get; set; }

Property Value

bool