MessageBoxIcon - ahatornn/clforms GitHub Wiki
MessageBoxIcon
Specifies constants defining which information to display
public enum MessageBoxIcon
Values
| value | Description |
|---|---|
| None | The message box contains no symbols |
| Error | The message box contains a symbol consisting of white X in a box |
| Question | The message box contains a symbol consisting of a question mark in a box |
| Warning | The message box contains a symbol consisting of an exclamation point in a box |
| Information | The message box contains a symbol consisting of a lowercase letter i in a box |