-
Notifications
You must be signed in to change notification settings - Fork 3
MessageDialogResult
Back to home | Back to Reference | View raw text
Represents the result of the MessageDialog; specifically, which button that was clicked.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi
SolidShineUi.MessageDialogResult[[MessageDialogResult]]
end
Represents the result of the MessageDialog; specifically, which button that was clicked.
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.
The OK button was clicked. This is the far-left button on the bottom of the dialog.
The Cancel button was clicked. This is the far-right button on the bottom of the dialog.
The first "extra" button was clicked. If visible, this is at the top of the list of buttons in the middle of the dialog.
The second "extra" button was clicked. If visible, this is at the middle of the list of buttons in the middle of the dialog.
The third "extra" button was clicked. If visible, this is at the bottom of the list of buttons in the middle of the dialog.
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