MultiSelect for WinForms
MaskInfoInheritFlags 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : MaskInfoInheritFlags 列挙体
Used by MaskInfo.Inherit property.
シンタックス
'宣言
 
Public Enum MaskInfoInheritFlags 
   Inherits System.Enum
public enum MaskInfoInheritFlags : System.Enum 
メンバ
メンバ解説
AllIndicates that all properties are inherited from the control.
CaseSensitiveIndicates that the CaseSensitive property is inherited from the control.
EmptyAsNullIndicates that the EmptyAsNull property is inherited from the control.
ErrorMessageIndicates that the ErrorMessage property is inherited from the control.
NoneIndicates that none of the properties are inherited from the control.
継承階層

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

参照

C1.Win.C1Input 名前空間