Overview
Specifies the button used to close a MessageBox.
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | CANCEL | Integer | ![]() | 4 |
Indicates that the message box was closed with the 'Cancel' button or by clicking on the 'x' button in the title bar. |
||
public-read | NO | Integer | ![]() | 3 |
Indicates that the message box was closed with the 'No' button. |
||
public-read | OK | Integer | ![]() | 1 |
Indicates that the message box was closed with the 'OK' button. |
||
public-read | YES | Integer | ![]() | 2 |
Indicates that the message box was closed with the 'Yes' button. |