SuggestionKeyUpTextBox Class

Object to allow text suggestions to be made in a text box when a key is pressed

Definition

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

Constructors

SuggestionKeyUpTextBoxInitializes a new instance of the SuggestionKeyUpTextBox class

Methods

GetKey Get the key that triggers the hint.
GetModifier Get modifier keys (if any).
GetProvider Get the text suggestion provider for synchronous hints.
GetProviderAsync Get the text suggestion provider for asynchronous hints.
SetKey Sets the key that triggers the hint.
SetModifier Set modifier keys (if any).
SetProvider Set the provider for synchronous suggestions.
SetProviderAsync Set the provider for asynchronous suggestions.

Fields

KeyProperty Key that triggers the search for suggestions dependecy property.
ModifierProperty Modifiers dependency property.
ProviderAsyncProperty Provider for asynchronous suggestions dependecy property.
ProviderProperty Provider for synchronous suggestions dependecy property.

Attached Properties

Key Key that triggers the search for suggestions dependecy property.
Modifier Modifiers 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