'Declaration Public Property RegexpMaskType As RegexpMaskType
public RegexpMaskType RegexpMaskType {get; set;}
'Declaration Public Property RegexpMaskType As RegexpMaskType
public RegexpMaskType RegexpMaskType {get; set;}
RegexpMask is mask based on MS Regex with support of custom RegexpEditMask keywords. It is only validated on exit from edit mode.
C1RegexpEditMask is regular expression mask based on custom regex parser. It can be validated during entering text.