ComponentOne List for WinForms
In This Topic
    Field Completion (C1Combo Only)
    In This Topic

    The AutoCompletion property controls whether matching incremental search values are automatically copied to the text portion of a combo box during editing.

    If True, when the user enters one or more characters that match a value in the combo box's list, the entire matching string is copied to the text portion of the control. The caret is positioned after the last character typed, and the remainder of the string is selected.

    If False (the default), automatic completion does not occur, and the text portion of the control contains only the characters entered by the user.

    Note: Additionally, MatchCompare property can be used to enhance field completion, as it complements auto complete by enabling input string matching within a string in C1Combo.
    See Also