ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / ErrorInfo Class
Properties Methods


In This Topic
    ErrorInfo Class Members
    In This Topic

    The following tables list the members exposed by ErrorInfo.

    Public Properties
     NameDescription
    Public PropertyIf True, the control beeps signaling an error. Default: False.  
    Public PropertyGets or sets an C1SuperErrorProvider object used to indicate error state of the control.  
    Public PropertyDetermines whether or not the control is allowed to lose focus after the error. Works only if the ErrorAction is set to SetValueOnError or ResetValue.  
    Public PropertyType of the Value property.  
    Public PropertyEnumerated value that determines what action is performed on the control value when an error occurs.  
    Public PropertyError message shown in the standard message box and/or in the exception.  
    Public PropertyThe text to display in the title bar of the error message box.  
    Public PropertyGets or sets an ErrorProvider object used to indicate error state of the control.  
    Public PropertyRun-time-only read-only property returning the original exception object that caused the error.  
    Public PropertyIf True (default), the standard error message is shown.  
    Public PropertyValue used to reset the control if ErrorAction = SetValueOnError.  
    Public PropertyBoolean property used to set ValueOnError to DbNull (only necessary at design time).  
    Top
    Public Methods
     NameDescription
    Public MethodResets whole ErrorInfo property in base control  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis method is for internal use only.  
    Top
    See Also