ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class
Members

In This Topic
    C1Combo Class
    In This Topic
    The C1Combo control is used as a multicolumn drop-down list box.
    Object Model
    C1Combo Class
    Syntax
    'Declaration
     
    
    Public Class C1Combo 
       Inherits ComboBoxContainer
    public class C1Combo : ComboBoxContainer 
    Remarks

    C1Combo is independent of C1List, so it can be used alone or in conjunction with C1List. You can place a C1Combo control on a Visual Basic form at design time as you would a C1List control.

    The C1Combo control also supports incremental search.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Win.C1List.ComboBoxContainer
                   C1.Win.C1List.C1Combo

    See Also