MultiSelect for WinForms
FormatInfoInheritFlags 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : FormatInfoInheritFlags 列挙体
Used by FormatInfo.Inherit property.
シンタックス
'宣言
 
Public Enum FormatInfoInheritFlags 
   Inherits System.Enum
public enum FormatInfoInheritFlags : System.Enum 
メンバ
メンバ解説
AllIndicates that values of FormatType, CustomFormat, NullText, EmptyAsNull, TrimStart, TrimEnd, CalendarType properties are inherited from the control.
CalendarTypeIndicates that the CalendarType property is inherited from the control.
CustomFormatIndicates that the CustomFormat property is inherited from the control.
EmptyAsNullIndicates that the EmptyAsNull property is inherited from the control.
FormatTypeIndicates that the FormatType property is inherited from the control.
NoneIndicates that none of the properties are inherited from the control.
NullTextIndicates that the NullText property is inherited from the control.
TrimEndIndicates that the TrimEnd property is inherited from the control.
TrimStartIndicates that the TrimStart property is inherited from the control.
継承階層

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

参照

C1.Win.C1Input 名前空間