Table of Contents

Property Initialized

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Initialized

If true the attribute has been initialized by a ConsoleDriver and thus has Value that is valid for that driver. If false the Foreground and Background colors may have been set '-1' but the attribute has not been mapped to a ConsoleDriver specific color value.

public bool Initialized { get; }

Property Value

bool

Remarks

Attributes that have not been initialized must eventually be initialized before being passed to a driver.