ImageGear .NET v25.0 - Updated
ListBox Class
Members 




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace : ListBox Class
A list box. Allows multiple item selection from a pre-defined list.
Object Model
ListBox ClassChoiceOption Class
Syntax
'Declaration
 
Public NotInheritable Class ListBox 
   Inherits ChoiceField
'Usage
 
Dim instance As ListBox
public sealed class ListBox : ChoiceField 
public __gc __sealed class ListBox : public ChoiceField 
public ref class ListBox sealed : public ChoiceField 
Remarks
The following is an example of the ListBox:

---

Inheritance Hierarchy

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

See Also

Reference

ListBox Members
ImageGear.Formats.PDF.Forms Namespace