The FormDropDown class implements the MS Word specific FORMDROPDOWN field. This field must be used in combination with an ApplicationField that should be modified using this adapter.

Syntax

public sealed class FormDropDown : FormFieldAdapter
Public NotInheritable Class FormDropDown
  Inherits FormFieldAdapter

Introduced: 15.0.

Constructors

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

Fields

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

Methods

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

Properties

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