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

In This Topic
    LimitToList Property (C1Combo)
    In This Topic
    Determines if users can enter an entry which is not in the list.
    Syntax
    'Declaration
     
    
    Public Property LimitToList As Boolean
    public bool LimitToList {get; set;}
    See Also