MessageImage Enumeration
Message image enum.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Public Enumeration MessageImage
None | 0 |
No icon is displayed.
|
Error | 16 |
The message box is made up of a symbol consisting of a white X in a circle with a red background.
|
Question | 32 |
The message box is made up of a symbol consisting of a question mark in a circle.
|
Warning | 48 |
The message box is composed of a symbol consisting of an exclamation mark in a triangle with a yellow background.
|
Information | 64 |
The message box is composed of a symbol consisting of a lowercase letter 'i' in a circle.
|