|  | Ultralight C++ API 1.4.0
    | 
| Functions | |
| ButtonResult | ShowMessageBox (const String &title, const String &message, DialogIcon icon=DialogIcon::Info, ButtonType buttons=ButtonType::OK) | 
| Shows a modal message box with the specified title, message, icon, and buttons. | |
| Namespaces | |
| namespace | ultralight | 
| Enumerations | |
| enum class | DialogIcon { Info , Warning , Error , Question } | 
| Enum representing the icon to be displayed in a dialog.  More... | |
| enum class | ButtonType { OK , OKCancel , YesNo } | 
| Enum representing the button types in a dialog.  More... | |
| enum class | ButtonResult { OK , Cancel , Yes , No } | 
| Enum representing the result of a dialog button press.  More... | |