Click or drag to resize
Pdftools logo

ComboBox Methods

The ComboBox type exposes the following members.

Methods
 NameDescription
Public methodAddNewItem Creates a new choice item. The item is automatically added to the choice field's Items.
(Inherited from ChoiceField)
Public methodAddNewWidget

Create a new widget and add to the form field

This method creates a widget for the form field. The widget is automatically added to the field's widgets, but not to any page. This method does not work for radio button form fields; Use AddNewWidget(Rectangle).
(Inherited from Field)
Public methodStatic memberCreate

Create a combo box form field

The returned form field object is not yet used, but it is associated with the given target document.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also