[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputAutoCompleteMode

InputAutoCompleteMode Enum

Specifies the mode for the automatic completion feature used in the InputComboBox.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public enum InputAutoCompleteMode

Fields

Name Description
Append

Appends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters.

None

Disables the automatic completion feature.

Suggest

Displays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings.