The FormListBox class implements the Adobe PDF AcroForms list box field.

Syntax

public class FormListBox : FormComboBox
Public Class FormListBox : FormComboBox

Introduced: X19.

Constructors

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

Properties

Property Description
AlternateFieldName Gets or sets the alternate field name of the field.
(Inherited from AcroForms.FormChoiceField)
Bounds Gets or sets the rectangle bounds of the form field in the document.
(Inherited from AcroForms.FormChoiceField)
CanEdit Specifies whether a field can be edited.
(Inherited from AcroForms.FormChoiceField)
CommitOnSelChange Specifies whether the form is submitted when the selected is changed.
(Inherited from AcroForms.FormChoiceField)
DoNotSpellCheck Specifies whether spell checking is enabled or not.
(Inherited from AcroForms.FormChoiceField)
FieldName Gets or sets the name of the field.
(Inherited from AcroForms.FormChoiceField)
FieldType Gets or sets the type of the field.
(Inherited from AcroForms.FormChoiceField)
MultiSelect Specifies whether multiple options can be selected.
(Inherited from AcroForms.FormChoiceField)
Options Gets or sets the option elements of a choice field.
(Inherited from AcroForms.FormChoiceField)
Sort Specifies whether the list can be sorted.
(Inherited from AcroForms.FormChoiceField)
Value Gets or sets the selected value of a choice list.
(Inherited from AcroForms.FormChoiceField)