Table of Contents

Class CheckBoxSettings

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

Immutable settings record for CheckBox visual defaults (ThemeScope).

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

Constructors

CheckBoxSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

DefaultMouseHighlightStates

Gets the default mouse highlight states for checkboxes.

Methods

Equals(object?)
Equals(CheckBoxSettings?)
GetHashCode()
ToString()

Operators

operator ==(CheckBoxSettings?, CheckBoxSettings?)
operator !=(CheckBoxSettings?, CheckBoxSettings?)