Class MessageDialogOptions
Options for configuring a message dialog.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public sealed class MessageDialogOptions
Constructors
Name | Description |
---|---|
MessageDialogOptions(string, IEnumerable<string>) | Initializes a new instance of the MessageDialogOptions class. |
Properties
Name | Description |
---|---|
ButtonLabels | Gets the labels for the buttons displayed in the dialog. |
CancelButtonIndex | Gets or sets the index of the button that should be triggered when the user presses the Escape key. Defaults to the index of the last button. A value of
|
DefaultButtonIndex | Gets or sets the index of the button that is focused by default so it is clicked when the user presses the Enter or Space key and has an
accent style applied to it. Defaults to |
Message | Gets the message of the dialog. |
Title | Gets or sets the title of the dialog. |