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

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