Class MeldFensterButton
Represents a Button in a Modal
public sealed record MeldFensterButton : IEquatable<MeldFensterButton>
- Inheritance
-
objectMeldFensterButton
- Implements
Constructors
MeldFensterButton(int, string, bool)
Represents a Button in a Modal
public MeldFensterButton(int ModalResult, string Caption, bool Focused)
Parameters
Properties
Caption
public string Caption { get; init; }
Property Value
Focused
public bool Focused { get; init; }
Property Value
ModalResult
public int ModalResult { get; init; }