[ enum ] MessageIcon
Description:
Enum for standard message dialog icons. Used in alert(), dialog() and TrayIcon.showNotification().
Type: number
Properties:
| Name | Description |
|---|---|
|
Error icon. |
|
Information icon. |
|
Warning icon. |
|
Question icon. |
Examples:
alert("This file doesn't exist!", "File Absent", MessageIcon.Warning);
