Arc.React
    Preparing search index...

    Enumeration DialogResult

    Defines the possible results from a dialog interaction.

    Index

    Enumeration Members

    Enumeration Members

    Cancelled: 4

    Indicates that the dialog was cancelled, typically by clicking "Cancel".

    No: 2

    Indicates that the user declined the action, typically by clicking "No".

    None: 0

    Indicates that no action was taken or the dialog was closed without a specific result.

    Ok: 3

    Indicates that the user acknowledged the action, typically by clicking "OK".

    Yes: 1

    Indicates that the user confirmed the action, typically by clicking "Yes" or "OK".