ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PreValidation Class
Properties Methods


In This Topic
    PreValidation Class Members
    In This Topic

    The following tables list the members exposed by PreValidation.

    Public Properties
     NameDescription
    Public PropertyTrue if string comparisons are case-sensitive; otherwise, False.  
    Public PropertyThe collection of user-defined characters to use in a wildcard pattern.  
    Public PropertyError message shown in the standard message box and/or in the exception.  
    Public PropertyManages inheritance of the PreValidation properties from the host control properties.  
    Public PropertyString separating list items in PatternString.  
    Public PropertyString containing the validation pattern.  
    Public PropertySettings affecting regular expression matching.  
    Public PropertyIf True, trailing spaces are removed before validation.  
    Public PropertyIf True, leading spaces are removed before validation.  
    Public PropertyValidation method.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReturns True if the input text matches one of the exact list items specified in PatternString.  
    Public MethodReturns True if the input text matches the regular expression pattern specified in PatternString.  
    Public MethodReturns True if the input text matches the specified wildcard pattern passed as argument.  
    Public MethodReturns True if the input text matches at least one of the wildcard patterns specified in PatternString.  
    Public MethodResets whole PreValidation property of base control  
    Public MethodReturns True if the text successfully passes validation using the current settings of the PreValidation object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Top
    See Also