AutoCompleteComboBoxSetting Class Members
In This Topic
The following tables list the members exposed by AutoCompleteComboBoxSetting.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Default |
Gets the default setting.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Delay | Gets the duration to delay updating the suggestion list. Returns Zero if no delay. Default: 300ms. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetFilter | Gets a filter function which determines whether items should be suggested or not for the specified query. Default: Gets the filter which maps an item to true if its text contains the query (case insensitive). |
Top
See Also