Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / AutoCompleteCustomSource Property

In This Topic
    AutoCompleteCustomSource Property (C1TextBoxBase)
    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 Overridable Property AutoCompleteCustomSource As AutoCompleteStringCollection
    public virtual AutoCompleteStringCollection AutoCompleteCustomSource {get; set;}
    See Also