Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1MessageBoxIcon Enumeration

In This Topic
    C1MessageBoxIcon Enumeration
    In This Topic
    Specifies the icon that is displayed by a message box.
    Syntax
    'Declaration
     
    
    Public Enum C1MessageBoxIcon 
       Inherits System.Enum
    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