UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Class MessageDialogOptions

    Options for configuring a message dialog.

    Inheritance
    object
    MessageDialogOptions
    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 -1 indicates that there should be no cancel button.

    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 0 (the first button). A value of -1 indicates that there should be no default button.

    Message

    Gets the message of the dialog.

    Title

    Gets or sets the title of the dialog.

    © Singulink. All rights reserved.