Table of Contents

Method SetIsModal

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

SetIsModal(bool)

Sets the cached IsModal state. Called by ApplicationImpl within the session stack lock. This method is internal to the framework and should not be called by application code.

void SetIsModal(bool value)

Parameters

value bool

The new IsModal value.