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




In This Topic
    ListBox Class
    In This Topic
    A list box. Allows multiple item selection from a predefined 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