Combo |
The ComboBox type exposes the following members.
Name | Description | |
---|---|---|
CanEdit | Has an editable item | |
ChosenItem | The selected combo box item If this property is then the EditableItemName is the selected value. Setting this property automatically sets EditableItemName to . | |
DisplayName | User interface name The display name is not directly visible, but a PDF viewer can display this name, e.g., in a tool tip.(Inherited from FieldNode) | |
DoNotExport | Tells whether this field is exported (Inherited from Field) | |
EditableItemName | The name of the editable item This property is if any of the combo box items is selected, i.e., if ChosenItem is not . Setting this property automatically sets ChosenItem to . | |
ExportName | The name used when exporting (Inherited from FieldNode) | |
Items | The list of choice items Adding or removing items or clearing the list is not supported.(Inherited from ChoiceField) | |
ReadOnly | Flags this field as read-only (Inherited from Field) | |
Required | Flags this field as mandatory (Inherited from Field) | |
Widgets | This form field's widget annotations (Inherited from Field) |