Click or drag to resize

MessageBoxImage Enumeration

Specifies the icon that is displayed by a message box.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public enum MessageBoxImage
Members
  Member nameValueDescription
None0 No icon is displayed.
Error16 The message box contains a symbol consisting of white X in a circle with a red background.
Question32 The message box contains a symbol consisting of a question mark in a circle.
Exclamation48 The message box contains a symbol consisting of an exclamation point in a triangle with a yellow background.
Information64 The message box contains a symbol consisting of a lowercase letter i in a circle.
See Also