Table of Contents

Method SetIsModal

Namespace
Terminal.Gui.Views
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.

public void SetIsModal(bool value)

Parameters

value bool

The new IsModal value.