HDAPIShowMessageBox Method |
This function shows a modal message box.
JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
function ShowMessageBox(message, caption, icon);
Parameters
- message
- Type: SystemString
The string of text you wish to display on the message box. - caption
- Type: SystemString
The string of text you wish to display in the message box's title bar. - icon
- Type: SystemString
The CSS class name of the icon to display in the title bar (by default, it is 'hd-alert').
See Also