ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / ComboBox Class
Properties Methods


In This Topic
    ComboBox Class Members
    In This Topic

    The following tables list the members exposed by ComboBox.

    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether the new value is submitted as soon as the selection is changed, rather than waiting until the user exits the field.  
    Public Property Gets or sets the default value of the field. The value may be the export value of one of the options, or, if Edit is set, it may specify a custom text.  
    Public PropertyGets or sets a value indicating whether the text entered in the field is spell-checked.
    NOTE: ImageGear does not currently adhere to the behavior of this property. It is available for read and write for exporting purposes.  
    Public Property Gets or sets a value indicating whether the combobox includes an editable textbox as well as a drop-down list.  
    Public Property Gets or sets a value indicating whether the list of options is stored in alphabetical order.  
    Public Property Gets or sets the value of the field. The value may be the export value of one of the options, or, if Edit is set, it may specify a custom text.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Adds an option to the ComboBox.  
    Top
    See Also