'宣言 Public Enum FormatInfoInheritFlags Inherits System.Enum
public enum FormatInfoInheritFlags : System.Enum
'宣言 Public Enum FormatInfoInheritFlags Inherits System.Enum
public enum FormatInfoInheritFlags : System.Enum
| メンバ | 解説 |
|---|---|
| All | Indicates that values of FormatType, CustomFormat, NullText, EmptyAsNull, TrimStart, TrimEnd, CalendarType properties are inherited from the control. |
| CalendarType | Indicates that the CalendarType property is inherited from the control. |
| CustomFormat | Indicates that the CustomFormat property is inherited from the control. |
| EmptyAsNull | Indicates that the EmptyAsNull property is inherited from the control. |
| FormatType | Indicates that the FormatType property is inherited from the control. |
| None | Indicates that none of the properties are inherited from the control. |
| NullText | Indicates that the NullText property is inherited from the control. |
| TrimEnd | Indicates that the TrimEnd property is inherited from the control. |
| TrimStart | Indicates that the TrimStart property is inherited from the control. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.FormatInfoInheritFlags