Method MessageBox
Namespace TallComponents.PDF.JavaScript.Scripting
Class XFAHost
Override this method to provide custom xfa.host.messageBox() behaviour
Syntax
protected internal AlertResult MessageBox(String message, String title, AlertIcon icon, AlertButtons buttons)
Returns
AlertResult
Parameters
String
message
Message to display.
String
title
Title of the dialog window.
AlertIcon
icon
Icon to display.
AlertButtons
buttons
Buttons to display.