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

In This Topic
    SuperBack Property (C1Combo)
    In This Topic
    Controls the BackSpace behavior when AutoCompletion and LimitToList are set to true.
    Syntax
    'Declaration
     
    
    Public Property SuperBack As Boolean
    public bool SuperBack {get; set;}
    See Also