PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TagListInputParamsTypeEnum Enumeration

In This Topic
    TagListInputParamsTypeEnum Enumeration
    In This Topic
    Specifies the type of list for TagListInputParams.
    Syntax
    'Declaration
     
    Public Enum TagListInputParamsTypeEnum 
       Inherits System.Enum
    public enum TagListInputParamsTypeEnum : System.Enum 
    Members
    MemberDescription
    ComboBoxThe System.Windows.Forms.ComboBox is used for input.
    ListBoxThe System.Windows.Forms.ListBox is used for input.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.TagListInputParamsTypeEnum

    See Also