프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AutoCompleteItemsSource | |||
AutoCompleteStringComparison |
메소드 | 설명 | |
---|---|---|
GetAutoCompleteItemsSource ( |
||
GetAutoCompleteStringComparison ( |
||
SetAutoCompleteItemsSource ( |
||
SetAutoCompleteStringComparison ( |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | IEnumerable |
public static GetAutoCompleteStringComparison ( |
||
obj | ||
리턴 | System.StringComparison |
public static SetAutoCompleteItemsSource ( |
||
obj | ||
value | IEnumerable |
|
리턴 | void |
public static SetAutoCompleteStringComparison ( |
||
obj | ||
value | System.StringComparison | |
리턴 | void |
public static DependencyProperty,System.Windows AutoCompleteItemsSource | ||
리턴 |