Web Message Box - Buttons Property

Buttons to show on the message box

Member of Web Message Box (PRIM_WEB.MessageBox)

Data Type - Enumeration

Details

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.

Allowed Values

Enum ValueDescription
IgnoreRetryShow Ignore and Retry buttons
OKShow only an OK button
OKCancelShow an OK and Cancel buttons
YesNoShow Yes and No buttons
YesNoCancelShow Yes, No and Cancel buttons


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2