MultiSelect for WinForms
PreValidationInheritFlags 列挙体

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

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

参照

C1.Win.C1Input 名前空間