Property | Type | Description | |
---|---|---|---|
AutoCompleteItemsSource | |||
AutoCompleteStringComparison |
Method | Description | |
---|---|---|
GetAutoCompleteItemsSource ( |
||
GetAutoCompleteStringComparison ( |
||
SetAutoCompleteItemsSource ( |
||
SetAutoCompleteStringComparison ( |
Method | Description | |
---|---|---|
OnAutoCompleteItemsSource ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
OnPreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void |
Used for moving the caret to the end of the suggested auto-completion text.
|
|
OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
Search for auto-completion suggestions.
|
public static GetAutoCompleteItemsSource ( |
||
obj | ||
return | IEnumerable |
public static GetAutoCompleteStringComparison ( |
||
obj | ||
return | System.StringComparison |
public static SetAutoCompleteItemsSource ( |
||
obj | ||
value | IEnumerable |
|
return | void |
public static SetAutoCompleteStringComparison ( |
||
obj | ||
value | System.StringComparison | |
return | void |
public static DependencyProperty,System.Windows AutoCompleteItemsSource | ||
return |