Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ComboBoxField Class
Members

In This Topic
    ComboBoxField Class
    In This Topic
    Represents the ComboBox field.
    Object Model
    ComboBoxField Class
    Syntax
    'Declaration
     
    Public Class ComboBoxField 
       Inherits ChoiceField
       Implements GrapeCity.Documents.Common.IOwnedObject 
    public class ComboBoxField : ChoiceField, GrapeCity.Documents.Common.IOwnedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.AcroForms.Field
                   GrapeCity.Documents.Pdf.AcroForms.ChoiceField
                      GrapeCity.Documents.Pdf.AcroForms.ComboBoxField

    See Also