FormTextType Enum
Represents the possible types of the contents of a text box form field.
Fields
Calculation | Specifies that the contents of this text box form field shall be the result of the field calculation specified by the corresponding DefaultValue property. |
CurrentDate | Specifies that the contents of this text box form field shall be the current date when the field is updated. |
CurrentTime | Specifies that the contents of this text box form field shall be the current time when the field is updated. |
Date | Specifies that the contents of this text box form field shall be treated as a date. |
Number | Specifies that the contents of this text box form field shall be treated as a number value. |
RegularText | Specifies that this text form field is a plain text field (no additional content restrictions). |