The abstract FormFieldAdapter class is the base class of all special DocumentServer form field adapters. It implements the necessary means to access field properties such as the name or the text of a field.

Syntax

public abstract class FormFieldAdapter : FieldAdapter
Public MustInherit Class FormFieldAdapter
  Inherits FieldAdapter

Introduced: 15.0.

Constructors

Constructor Description
FormFieldAdapter Initializes a new instance of the FormFieldAdapter class.

Fields

Field Description
TYPE_NAME Represents the name of the respective field type.
(Inherited from FieldAdapter)

Methods

Method Description
ShowDialog Opens the specific field options dialog box.
(Inherited from FieldAdapter)

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from FieldAdapter)
Bounds Gets and sets the bounds of the form field.
CalcOnExit Gets or sets the CalcOnExit property of the field.
Enabled Specifies whether the field is enabled or not.
Font Gets and sets the font of the form field.
HelpText Gets and sets the help text of the field.
ID Gets the ID of the specific field through its adapter.
(Inherited from FieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from FieldAdapter)
Name Gets and sets the name of the form field.
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from FieldAdapter)
StatusText Gets and sets the status text of the field.
Text Gets and sets the text of the form field.
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from FieldAdapter)