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

In This Topic
    AutoSelect Property (C1Combo)
    In This Topic
    Determines whether the combo sets its index to the current position of the datasource when it is firstly filled with data.
    Syntax
    'Declaration
     
    
    Public Property AutoSelect As Boolean
    public bool AutoSelect {get; set;}
    See Also