跳到主要内容

FormType

表单类型。 可用的表单类型。

类型

枚举

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

示例

This example returns a type of the current form.

// How to get a form type.

// Return a type from the ApiTextForm object.

let formType = textForm.GetFormType();