SuggestionTextChangedTextBox Class
Object to allow text suggestions to be made in a text box when changing the value of the box.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public class SuggestionTextChangedTextBox
Public Class SuggestionTextChangedTextBox
- Inheritance
- Object SuggestionTextChangedTextBox
GetDelay |
Get the time in milliseconds set to wait to make the suggestion
and avoid overloads in case of access to database or files
|
GetNumCharacters |
Get the number of characters to wait to make the suggestion.
|
GetProvider |
Get the text suggestion provider for synchronous hints.
|
GetProviderAsync |
Get the text suggestion provider for asynchronous hints.
|
SetDelay |
Sets the wait time in milliseconds to make a suggestion
|
SetNumCharacters |
Sets the number of characters to wait to make the suggestion.
|
SetProvider |
Set the provider for synchronous suggestions.
|
SetProviderAsync |
Set the provider for asynchronous suggestions.
|
Delay |
Delay to make suggestion dependency property.
|
NumCharacters |
Minimum number of characters to make a suggestion dependency property.
|
Provider |
Provider for synchronous suggestions dependecy property.
|
ProviderAsync |
Provider for asynchronous suggestions dependecy property.
|