ComponentOne Input Library for WPF
C1.WPF.Input Namespace / AutoCompleteMode Enumeration

In This Topic
    AutoCompleteMode Enumeration
    In This Topic
    Specifies the mode for the automatic completion feature used in the C1MultiSelect controls.
    Syntax
    'Declaration
     
    
    Public Enum AutoCompleteMode 
       Inherits System.Enum
    public enum AutoCompleteMode : System.Enum 
    Members
    MemberDescription
    AppendAppends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters.
    NoneDisables the automatic completion feature for the C1MultiSelect controls.
    SuggestDisplays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings.
    SuggestAppendApplies both Append and Suggest options.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Input.AutoCompleteMode

    See Also