public class SuggestionKeyUpTextBox
Public Class SuggestionKeyUpTextBox
SuggestionKeyUpTextBox | Initializes a new instance of the SuggestionKeyUpTextBox class |
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. |
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. |
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. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |