ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / TagListInputParams Class / Type Property

In This Topic
    Type Property (TagListInputParams)
    In This Topic
    Gets or sets the type of list input to use. ListBox = 0, ComboBox = 1/
    Syntax
    'Declaration
     
    Public Property Type As System.Integer
    public System.int Type {get; set;}
    See Also