Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ErrorStyle Enumeration


In This Topic
    ErrorStyle Enumeration
    In This Topic
    Specifies the icons used in the error alert.
    Syntax
    'Declaration
     
    Public Enum ErrorStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As ErrorStyle
    public enum ErrorStyle : System.Enum 
    Members
    MemberDescription
    Information[2] Specifies to use an information icon in the error alert.
    Stop[0] Specifies to use a stop icon in the error alert.
    Warning[1] Specifies to use a warning icon in the error alert.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.ErrorStyle

    See Also