Enum. Specifies the attributes of the question form type; for example, if the question is a combo box.
Syntax
Members
| Member | Value | Description |
| Checkbox | 4 | Checkbox. |
| CheckboxListQuestion | 18 | Checkbox list question. |
| Combobox | 2 | Combo box. |
| CountryOfCitenzship | 23 | Country of citizenship. |
| Currency | 14 | Currency. |
| DateTime | 13 | Date/Time. |
| Height | 5 | Height. |
| Label | 20 | Text. |
| MedicalDetail | 10 | Medical detail. |
| Memo | 8 | Memo. |
| Numeric | 15 | Numeric. |
| Occupation | 22 | Occupation. |
| Other | 2147483647 | Other. |
| Percent | 16 | Percent. |
| PriorName | 24 | Prior name. |
| Radiobutton | 3 | Radio button. |
| RadioGroup | 21 | Radio group. |
| SSN | 19 | Social Security number question. |
| State | 11 | State. |
| StateOfBirth | 25 | The state of birth |
| TableDetail | 12 | Table detail. |
| Textbox | 7 | Textbox. |
| Unknown | 0 | Unknown. |
| Weight | 6 | Weight. |
| YesNo | 1 | Yes/No. |
Inheritance Hierarchy
See Also