C# 클래스 FirstFloor.ModernUI.Presentation.AutoCompleteBehavior

파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
AutoCompleteItemsSource System.Windows.DependencyProperty
AutoCompleteStringComparison System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetAutoCompleteItemsSource ( DependencyObject obj ) : IEnumerable
GetAutoCompleteStringComparison ( DependencyObject obj ) : System.StringComparison
SetAutoCompleteItemsSource ( DependencyObject obj, IEnumerable value ) : void
SetAutoCompleteStringComparison ( DependencyObject obj, System.StringComparison value ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

GetAutoCompleteItemsSource() 공개 정적인 메소드

public static GetAutoCompleteItemsSource ( DependencyObject obj ) : IEnumerable
obj System.Windows.DependencyObject
리턴 IEnumerable

GetAutoCompleteStringComparison() 공개 정적인 메소드

public static GetAutoCompleteStringComparison ( DependencyObject obj ) : System.StringComparison
obj System.Windows.DependencyObject
리턴 System.StringComparison

SetAutoCompleteItemsSource() 공개 정적인 메소드

public static SetAutoCompleteItemsSource ( DependencyObject obj, IEnumerable value ) : void
obj System.Windows.DependencyObject
value IEnumerable
리턴 void

SetAutoCompleteStringComparison() 공개 정적인 메소드

public static SetAutoCompleteStringComparison ( DependencyObject obj, System.StringComparison value ) : void
obj System.Windows.DependencyObject
value System.StringComparison
리턴 void

프로퍼티 상세

AutoCompleteItemsSource 공개적으로 정적으로 프로퍼티

The collection to search for matches from.
public static DependencyProperty,System.Windows AutoCompleteItemsSource
리턴 System.Windows.DependencyProperty

AutoCompleteStringComparison 공개적으로 정적으로 프로퍼티

Whether or not to ignore case when searching for matches.
public static DependencyProperty,System.Windows AutoCompleteStringComparison
리턴 System.Windows.DependencyProperty