message class
Description
Represents a dialog box for displaying a message.
Notes
It is a class that is statically included in the Cooker.
An instance returned by variable declaration has been initialized.
fitter
| Signature | Description |
| message() | Returns a new instance of message class. |
| message(bool) | Returns a new instance of message class. |
| message(bool,int) | Returns a new instance of message class. |
getter
setter
| Signature | Description |
| Clip(bool) | Sets a value that indicates whether to copy the message to the clipboard. |
| Icon(int) | Sets the icon. |
method
| Signature | Description |
| OK(string) | Displays a message dialog. |
| OKCancel(string) | Displays a message dialog with the OK and Cancel button. |
| Show(bool) | Displays a message dialog. |
| Show(int) | Displays a message dialog. |
| Show(long) | Displays a message dialog. |
| Show(list{string}) | Displays a message dialog. |
| Show(real) | Displays a message dialog. |
| Show(string) | Displays a message dialog. |
| YesNo(string) | Displays a message dialog with the Yes and No button. |
| YesNoCancel(string) | Displays a message dialog with the Yes, No, and Cancel button. |


