
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.
Introduced: 15.0.
[C#]
public sealed class FormDropDown : FormFieldAdapter
[Visual Basic]
Public NotInheritable Class FormDropDown
| Constructor | Description | |
| DocumentServer.Fields.FormDropDown | Initializes a new instance of the FormDropDown class. |
| Property | Description | |
| 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. | |
| ListEntries | Gets and sets the list entries of the drop down field. | |
| Name | Gets and sets the name of the form field. | |
| StatusText | Gets and sets the status text of the field. | |
| Text | Gets and sets the text of the form field. |
| Method | Description | |
| ShowDialog | Opens the specific field options dialog box. |