MessageBoxImage Enum
Defines a standard image available for use with MessageBox and UserPromptControl.
public enum MessageBoxImage
Fields
| Name | Description |
|---|---|
| Error | The image representing an error prompt. |
| Information | The image representing an informational prompt. |
| None | No image. |
| Question | The image representing a question prompt. |
| Warning | The image representing a warning prompt. |