Buttons: String
The Buttons property determines buttons of the dialog box.
Use JSON or the setButtons method to set the property value and the getButtons method to get the property value.
Available values are in the PP.Ui.MessageButtons enumeration:
| Value | Description |
| Ok | The Ok button. |
| OkCancel | The Ok and Cancel buttons. |
| YesNo | The Yes and No buttons. |
| YesNoCancel | The Yes, No and Cancel buttons. |
The example of property use is given in the Example of Creating the Message Component page.
See also: