ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PreValidation Class / RegexOptions Property

In This Topic
    RegexOptions Property
    In This Topic
    Settings affecting regular expression matching.
    Syntax
    'Declaration
     
    Public Property RegexOptions As RegexOptionFlags
    public RegexOptionFlags RegexOptions {get; set;}
    See Also