AutoCompleteComboBoxSetting Class Properties
In This Topic
For a list of all members of this type, see AutoCompleteComboBoxSetting members.
Public Properties
| | Name | Description |
  | Default |
Gets the default setting.
|
 | Delay | Gets the duration to delay updating the suggestion list. Returns Zero if no delay. Default: 300ms. |
 | MaxSuggestionCount |
Gets an integer.
The combobox opens the drop down
if the number of suggested items is less than the value.
Note that the value is larger, it's heavier to open the drop down.
Default: 100.
|
Top
See Also