Class MeldFensterRequest
Represents a Modal
public sealed class MeldFensterRequest
- Inheritance
-
objectMeldFensterRequest
Constructors
MeldFensterRequest(string, object)
public MeldFensterRequest(string text, object buttonsVariant)
Parameters
textstringbuttonsVariantobject
Properties
Buttons
The available buttons of the modal
public IReadOnlyList<MeldFensterButton> Buttons { get; }
Property Value
DefaultResult
The default selected button (if any)
public int DefaultResult { get; }
Property Value
Text
The text of the modal
public string Text { get; }
Property Value
Methods
FindByCaption(string)
Returns a button by it's caption
public MeldFensterButton? FindByCaption(string caption)
Parameters
captionstring