Property Initialized | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Initialized

Gets whether the application has been initialized with Init(IConsoleDriver?, string?) and not yet shutdown with Shutdown().

public static bool Initialized { get; }

Property Value

bool

Remarks

The InitializedChanged event is raised after the Init(IConsoleDriver?, string?) and Shutdown() methods have been called.

Edit this page