跳到主要内容

FormType

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

类型

枚举

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

示例

此示例返回当前表单的类型。

// How to get a form type.

// Return a type from the ApiTextForm object.

let formType = textForm.GetFormType();