AUTOCOMPLETEMODE property
Applies To
Editline Autocompletion
Description
This property specifies if Autocomplete is active, and if so how the suggested string is displayed. It can be one of the following values:
Usage
Remarks
Value | Description |
---|---|
"0" | Autocomplete is disabled |
"1" | Autocomplete is enables and in "append" mode: the remainder of the suggested string is added to the end of the characters the user has typed in and highlighted. |
"2" | Autocomplete is enabled and in "suggest" mode: the system displays a drop-down list of possible matches to what the user is typing. |
"3" | Autocomplete is enabled and in "suggest-append" mode. This is a combination of the previous two modes. |
Returns
Each control has a default property. The controls and properties are as follows.
Control Namedefault Property
Note: