Buttons to show on the message box
Member of Web Message Box (PRIM_WEB.MessageBox)
Data Type - Enumeration
The Buttons property specifies which set of buttons are to be displayed on the message box. The Result property will contain the identity of the clicked button.
Enum Value | Description |
---|---|
IgnoreRetry | Show Ignore and Retry buttons |
OK | Show only an OK button |
OKCancel | Show an OK and Cancel buttons |
YesNo | Show Yes and No buttons |
YesNoCancel | Show Yes, No and Cancel buttons |
Febuary 18 V14SP2