MultiSelect for WinForms
RegexpMaskType 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : RegexpMaskType 列挙体
Used to determine the way of the RegexpEditMask pattern processing and validation.
シンタックス
'宣言
 
Public Enum RegexpMaskType 
   Inherits System.Enum
public enum RegexpMaskType : System.Enum 
メンバ
メンバ解説
C1RegexpEditMaskThe old style of regular expression mask based on custom regex parser. It can be validated during entering text.
RegexpMaskThe new style of regular expression mask based on MS Regex with support of custom RegexpEditMask keywords. It is only validated on exit from edit mode.
解説

RegexpMask based on MS Regex with some restrictions for avaliable keywords. It will not provide any edit mask. It can be validated on exit from edit mode only.

C1RegexpEditMask uses custom parser. It don't support complicated regular expressions. It provides edit mask for user input. It can be validated during entering text.

Both types allows to use custom RegexpEditMask keywords for Japanese and half-width/double-width characters sets.

継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.RegexpMaskType

参照

C1.Win.C1Input 名前空間