ComponentOne Input for WinForms
PreValidation Class Members
Properties  Methods 

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : PreValidation Class

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
See Also

Reference

PreValidation Class
C1.Win.C1Input Namespace