ComponentOne Input for WinForms
ErrorActionEnum Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : ErrorActionEnum Enumeration
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

Reference

C1.Win.C1Input Namespace