FormType
Form type. The available form types.
Type
Enumeration
Values
- "textForm"
- "comboBoxForm"
- "dropDownForm"
- "checkBoxForm"
- "radioButtonForm"
- "pictureForm"
- "complexForm"
Example
This example returns a type of the current form.
- Code
- Result
// How to get a form type.
// Return a type from the ApiTextForm object.
let formType = textForm.GetFormType();