ComponentOne MultiSelect for WinForms
C1.Win.Input.Validation Namespace / PreValidation Class / RegexOptions Property

In This Topic
    RegexOptions Property (PreValidation)
    In This Topic
    Gets or sets settings affecting regular expression matching.
    Syntax
    'Declaration
     
    
    Public Property RegexOptions As ValidationRegexOptions
    public ValidationRegexOptions RegexOptions {get; set;}
    See Also