FormType
type FormType = textForm | comboBoxForm | dropDownForm | checkBoxForm | radioButtonForm | pictureForm
Description
Form type. The available form types.
Try It
var sFormType = oTextForm.GetFormType();
type FormType = textForm | comboBoxForm | dropDownForm | checkBoxForm | radioButtonForm | pictureForm
Form type. The available form types.
var sFormType = oTextForm.GetFormType();