Two Button Dialog

Displays a dialog box that contains a custom message and two buttons.

1378

Inputs/Outputs

datatype_icon

message

The text to display in the dialog box.

datatype_icon

true button name

The text displayed on the left button in the dialog box.

Default value: OK

datatype_icon

false button name

The text displayed on the right button in the dialog box.

Default value: Cancel

datatype_icon

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.