Table of Contents

Class MeldFensterButton

Namespace
BpNexT.NET.Models
Assembly
BpNexT.NET.dll

Represents a Button in a Modal

public sealed record MeldFensterButton : IEquatable<MeldFensterButton>
Inheritance
object
MeldFensterButton
Implements

Constructors

MeldFensterButton(int, string, bool)

Represents a Button in a Modal

public MeldFensterButton(int ModalResult, string Caption, bool Focused)

Parameters

ModalResult int
Caption string
Focused bool

Properties

Caption

public string Caption { get; init; }

Property Value

string

Focused

public bool Focused { get; init; }

Property Value

bool

ModalResult

public int ModalResult { get; init; }

Property Value

int