Click or drag to resize

app_alert_callback Delegate

pop up a dialog to show warning or hint.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate DialogResults app_alert_callback(
	IPDF_JSPLATFORM pThis,
	string Msg,
	string Title,
	ButtonTypes Type,
	IconTypes Icon
)

Parameters

pThis  IPDF_JSPLATFORM
Pointer to the interface structure itself
Msg  String
A string containing the message to be displayed.
Title  String
The title of the dialog.
Type  ButtonTypes
The type of button group. 0-OK(default); 1-OK,Cancel; 2-Yes,NO; 3-Yes, NO, Cancel.
Icon  IconTypes
The icon type

Return Value

DialogResults
The return value could be the folowing type: 1-OK; 2-Cancel; 3-NO; 4-Yes;
Remarks
Required: Yes.
See Also