C# 클래스 Signum.Windows.AutocompleteTextBox

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowFreeTextProperty System.Windows.DependencyProperty
ClosedEvent System.Windows.RoutedEvent
ItemTemplateProperty System.Windows.DependencyProperty
ItemTemplateSelectorProperty System.Windows.DependencyProperty
MinTypedCharactersProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AutocompleteTextBox ( ) : System
Close ( CloseReason reason ) : bool
SelectAndFocus ( ) : void
SelectEnd ( ) : void

보호된 메소드들

메소드 설명
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer

비공개 메소드들

메소드 설명
Commit ( CloseReason reason ) : bool
IsTextChangingKey ( Key key ) : bool
MoveDown ( ) : void
MoveUp ( ) : void
Suggest ( ) : void
delayTimer_Tick ( object sender, EventArgs e ) : void
lstBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
txtBox_GotFocus ( object sender, RoutedEventArgs e ) : void
txtBox_LostFocus ( object sender, RoutedEventArgs e ) : void
txtBox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
txtBox_PreviewKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
userControl_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

AutocompleteTextBox() 공개 메소드

public AutocompleteTextBox ( ) : System
리턴 System

Close() 공개 메소드

public Close ( CloseReason reason ) : bool
reason CloseReason
리턴 bool

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

SelectAndFocus() 공개 메소드

public SelectAndFocus ( ) : void
리턴 void

SelectEnd() 공개 메소드

public SelectEnd ( ) : void
리턴 void

프로퍼티 상세

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

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

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

public static RoutedEvent,System.Windows ClosedEvent
리턴 System.Windows.RoutedEvent

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

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

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

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

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

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

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

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