Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / CheckValidationResult Method

In This Topic
    CheckValidationResult Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function CheckValidationResult( _
       ByVal reason As C1.Win.C1Input.ErrorReasonEnum, _
       ByRef parsedValue As System.Object, _
       ByVal errorInfo As C1.Win.C1Input.ErrorInfo _
    ) As System.Boolean
    public System.bool CheckValidationResult( 
       C1.Win.C1Input.ErrorReasonEnum reason,
       ref System.object parsedValue,
       C1.Win.C1Input.ErrorInfo errorInfo
    )

    Parameters

    reason
    parsedValue
    errorInfo
    See Also