Skip to content

MessageDialogResult

JaykeBird edited this page Feb 21, 2023 · 5 revisions

Back to home | Back to Reference | View raw text

MessageDialogResult enum

Description

Represents the result of the MessageDialog; specifically, which button that was clicked.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.MessageDialogResult[[MessageDialogResult]]
  end
Loading

Details

Summary

Represents the result of the MessageDialog; specifically, which button that was clicked.

Remarks

Note that since the buttons can be relabeled via the MessageDialog.OkButtonText , MessageDialog.CancelButtonText , and other properties, the button names here may not directly relate to the labels that were given.

Fields

OK

Summary

The OK button was clicked. This is the far-left button on the bottom of the dialog.

Cancel

Summary

The Cancel button was clicked. This is the far-right button on the bottom of the dialog.

Extra1

Summary

The first "extra" button was clicked. If visible, this is at the top of the list of buttons in the middle of the dialog.

Extra2

Summary

The second "extra" button was clicked. If visible, this is at the middle of the list of buttons in the middle of the dialog.

Extra3

Summary

The third "extra" button was clicked. If visible, this is at the bottom of the list of buttons in the middle of the dialog.

Discard

Summary

The Discard button was clicked. If visible, this button is in between the OK and Cancel buttons on the bottom of the dialog.

Generated with ModularDoc

Clone this wiki locally