ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ErrorActionEnum Enumeration

In This Topic
    ErrorActionEnum Enumeration
    In This Topic
    Used by ErrorInfo.ErrorAction property.
    Syntax
    'Declaration
     
    Public Enum ErrorActionEnum 
       Inherits System.Enum
    public enum ErrorActionEnum : System.Enum 
    Members
    MemberDescription
    NoneControl value remains as the user typed it.
    ResetValueControl value is reset to the value control had before entering edit mode.
    SetValueOnErrorControl value is set to ValueOnError.
    ThrowExceptionControl value is reset to the value control had before entering edit mode, and an exception is thrown.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.ErrorActionEnum

    See Also