Two Button Dialog
- 更新时间2023-02-17
- 阅读时长2分钟
Two Button Dialog
Displays a dialog box that contains a custom message and two buttons.
Inputs/Outputs

message
The text to display in the dialog box.

true button name
The text displayed on the left button in the dialog box.
Default value: OK

false button name
The text displayed on the right button in the dialog box.
Default value: Cancel

true button?
A Boolean value that indicates whether the user clicked the dialog box button designated by true button name.
| True | The user clicked the dialog box button designated by true button name. |
| False | The user clicked the dialog box button designated by false button name. |