跳到主要内容

FormType

Form type. The available form types.

Type

Enumeration

Values

  • "textForm"
  • "comboBoxForm"
  • "dropDownForm"
  • "checkBoxForm"
  • "radioButtonForm"
  • "pictureForm"

Example

This example returns a type of the current form.

let formType = textForm.GetFormType();