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

In This Topic
    AutoCompleteSource Property (C1ComboBox)
    In This Topic
    Gets or sets a value specifying the source of complete strings used for automatic completion.
    Syntax
    'Declaration
     
    
    Public Overrides Property AutoCompleteSource As AutoCompleteSource
    public override AutoCompleteSource AutoCompleteSource {get; set;}
    See Also