PDF .NET Library Documentation - PDF Technologies, Inc.
PDFComboBox creates a ComboBox in a PDF Document.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFComboBox : PDFList
Visual Basic (Declaration)
Public Class PDFComboBox _
	Inherits PDFList
Visual C++
public ref class PDFComboBox : public PDFList

Remarks

A combo box consisting of a dropdown list optionally accompanied by an editable text box in which the user can type a value other than the predefined choices.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFCustomAnnotation
    PDFTech..::.PDFControl
      PDFTech..::.PDFInputControl
        PDFTech..::.PDFList
          PDFTech..::.PDFComboBox

See Also