SuggestionTextChangedTextBox Class

Object to allow text suggestions to be made in a text box when changing the value of the box.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class SuggestionTextChangedTextBox
Inheritance
Object    SuggestionTextChangedTextBox

Constructors

SuggestionTextChangedTextBoxInitializes a new instance of the SuggestionTextChangedTextBox class

Methods

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.

Fields

DelayProperty Delay to make suggestion dependency property.
NumCharactersProperty Minimum number of characters to make a suggestion dependency property.
ProviderAsyncProperty Provider for asynchronous suggestions dependecy property.
ProviderProperty Provider for synchronous suggestions dependecy property.

Attached Properties

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.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also