Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / AutoCompleteCustomSource Property

In This Topic
    AutoCompleteCustomSource Property (C1ComboBox)
    In This Topic
    Gets or sets a custom System.Collections.Specialized.StringCollection to use when the AutoCompleteSource property is set to CustomSource.
    Syntax
    'Declaration
     
    
    Public Overrides Property AutoCompleteCustomSource As AutoCompleteStringCollection
    public override AutoCompleteStringCollection AutoCompleteCustomSource {get; set;}
    See Also