Table of Contents

Class MessageBoxSettings

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

Immutable settings record for MessageBox visual defaults (ThemeScope).

public sealed record MessageBoxSettings : IEquatable<MessageBoxSettings>
Inheritance
MessageBoxSettings
Implements
Inherited Members

Constructors

MessageBoxSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

DefaultBorderStyle

Gets the default border style for message boxes.

DefaultButtonAlignment

Gets the default button alignment for message boxes.

Methods

Equals(object?)
Equals(MessageBoxSettings?)
GetHashCode()
ToString()

Operators

operator ==(MessageBoxSettings?, MessageBoxSettings?)
operator !=(MessageBoxSettings?, MessageBoxSettings?)