RichMessageBox
Displays an enhanced message box

If used with .ShowDialog, the return value (String) contain the ID number of the button clicked.
| OK | 1 |
| Cancel | 2 |
| Abort | 3 |
| Retry | 4 |
| Ignore | 5 |
| Yes | 6 |
| No | 7 |
Methods
| RichMessageBox | RichMessageBox(string text) |
|
| RichMessageBox |
RichMessageBox(string text, MessageBoxButtons buttons, MessageBoxIcon icon) | VB |