MessageBoxImage¶
Summary¶
This Enum contains MessageBox image icons
Signature¶
1 |
|
Namespace¶
cAlgo.API
Fields¶
Name | Description |
---|---|
None | The default value, MessageBox without any icon |
Error | Shows an error icon on MessageBox |
Question | Shows a question icon on MessageBox |
Warning | Shows a warning icon on MessageBox |
Information | Shows an information icon on MessageBox |
Last update: January 30, 2023