ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / MaskInfo Class / IsRegexpPatternRecognized Property

In This Topic
    IsRegexpPatternRecognized Property
    In This Topic
    Gets a value indicates whether the mask pattern in regular expression style was succesfully recognized or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRegexpPatternRecognized As Boolean
    public bool IsRegexpPatternRecognized {get;}
    Remarks
    True when RegexpMask or C1RegexpEditMask pattern was recognized successfully or empty, false otherwise.
    See Also