'Declaration
Public Enum ParseInfoInheritFlags Inherits System.Enum
public enum ParseInfoInheritFlags : System.Enum
'Declaration
Public Enum ParseInfoInheritFlags Inherits System.Enum
public enum ParseInfoInheritFlags : System.Enum
Member | Description |
---|---|
All | Indicates that all properties are inherited from the control. |
CaseSensitive | Indicates that the value of the CaseSensitive property is inherited from the control. |
CustomFormat | Indicates that the value of the CustomFormat property is inherited from the control. |
EmptyAsNull | Indicates that the value of the EmptyAsNull property is inherited from the control. |
ErrorMessage | Indicates that the value of the ErrorMessage property is inherited from the control. |
FormatType | Indicates that the value of the FormatType property is inherited from the control. |
None | Indicates that none of the properties are inherited from the control. |
NullText | Indicates that the value of the NullText property is inherited from the control. |
TrimEnd | Indicates that the value of the TrimEnd property is inherited from the control. |
TrimStart | Indicates that the value of the TrimStart property is inherited from the control. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.ParseInfoInheritFlags