ComponentOne Basic Library for WPF and Silverlight
C1MessageBoxIcon Enumeration


C1.WPF Namespace : C1MessageBoxIcon Enumeration
Specifies the icon that is displayed by a message box.
Syntax
'Declaration
 
Public Enum C1MessageBoxIcon 
   Inherits System.Enum
'Usage
 
Dim instance As C1MessageBoxIcon
public enum C1MessageBoxIcon : System.Enum 
Members
MemberDescription
ErrorThe message box displays an error icon.
InformationThe message box displays an information icon.
NoneNo icon is displayed.
QuestionThe message box displays an information icon.
WarningThe message box displays a warning icon.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.C1MessageBoxIcon

See Also

Reference

C1.WPF Namespace