C1.Win.C1Input.4.8 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
 
Remarks
True when RegexpMask or C1RegexpEditMask pattern was recognized successfully or empty, false otherwise.
See Also