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




In This Topic
    ComboBox Class
    In This Topic
    A combo box (dropdown menu). Allows single item selection from a predefined list.
    Object Model
    ComboBox ClassChoiceOption Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ComboBox 
       Inherits ChoiceField
    'Usage
     
    Dim instance As ComboBox
    public sealed class ComboBox : ChoiceField 
    public __gc __sealed class ComboBox : public ChoiceField 
    public ref class ComboBox sealed : public ChoiceField 
    Remarks
    The following is an example of the ComboBox:

    ---

    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.Forms.Field
             ImageGear.Formats.PDF.Forms.ChoiceField
                ImageGear.Formats.PDF.Forms.ComboBox

    See Also