ImageGear .NET - Updated
ComboBox Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace : ComboBox Class
A combo box (dropdown menu). Allows single item selection from a pre-defined 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

Reference

ComboBox Members
ImageGear.Formats.PDF.Forms Namespace