C# 클래스 TrinityCore_Manager.Helpers.AutoCompleteTextBox

Interaction logic for AutoCompleteTextBox.xaml
상속: System.Windows.Controls.Canvas
파일 보기 프로젝트 열기: TrinityCore-Manager/TrinityCore-Manager-v3

공개 프로퍼티들

프로퍼티 타입 설명
AutoCompletionListProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AddItem ( AutoCompleteEntry entry ) : void
AutoCompleteTextBox ( ) : System

보호된 메소드들

메소드 설명
ArrangeOverride ( Size arrangeSize ) : Size
GetVisualChild ( int index ) : Visual

비공개 메소드들

메소드 설명
OnTimedEvent ( object source, System e ) : void
TextChanged ( ) : void
comboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
textBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( AutoCompleteEntry entry ) : void
entry AutoCompleteEntry
리턴 void

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size arrangeSize ) : Size
arrangeSize System.Windows.Size
리턴 System.Windows.Size

AutoCompleteTextBox() 공개 메소드

public AutoCompleteTextBox ( ) : System
리턴 System

GetVisualChild() 보호된 메소드

protected GetVisualChild ( int index ) : Visual
index int
리턴 Visual

프로퍼티 상세

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

public static DependencyProperty,System.Windows AutoCompletionListProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty