Overview
Specifies the buttons displayed by a MessageBox.
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | OK | Integer | ![]() | 1 |
Indicates that the message box provides an 'OK' button. |
||
public-read | OK_CANCEL | Integer | ![]() | 2 |
Indicates that the message box provides an 'OK' and 'Cancel' buttons. |
||
public-read | YES_NO | Integer | ![]() | 3 |
Indicates that the message box provides a 'Yes' and 'No' buttons. |
||
public-read | YES_NO_CANCEL | Integer | ![]() | 4 |
Indicates that the message box provides a 'Yes', 'No' and 'Cancel' buttons. |