Interface IDialog
Provides the functionality of a dialog definition.
public interface IDialog
Properties
Button1
Gets the text on the left button.
string? Button1 { get; }
Property Value
Button2
Gets the text on the right button.
string? Button2 { get; }
Property Value
Caption
Gets the caption of the dialog.
string? Caption { get; }
Property Value
Content
Gets the content of the dialog.
string? Content { get; }
Property Value
Style
Gets the dialog style.
DialogStyle Style { get; }