Enum FormFieldType
Specifies the category of a FormField, used to determine behavior and rendering in forms.
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum FormFieldType
CheckBox
Checkbox control for binary on/off selection.
ComboBox
Combo box choice control with a drop‑down list; editability depends on field settings.
CombTextBox
Comb text box that constrains input to fixed, equally spaced character cells.
ListBox
List box choice control that displays a list of selectable items.
PushButton
Push button control for clickable actions in PDF viewers.
RadioButton
Radio button control used in groups where only one option can be selected at a time.
Signature
Digital signature field for capturing or displaying a signature.
TextBox
Standard text box for free‑form text input.