C# 클래스 WPFOfficeTheme.SearchableComboBox

상속: System.Windows.Controls.ComboBox
파일 보기 프로젝트 열기: alexsharoff/wpf-office-theme

공개 프로퍼티들

프로퍼티 타입 설명
IsLoadingProperty System.Windows.DependencyProperty
MainItemsSourceProperty System.Windows.DependencyProperty
SeacrhActionProperty System.Windows.DependencyProperty
SearchEvent System.Windows.RoutedEvent

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
SearchableComboBox ( ) : System
SetItemsSource ( IEnumerable items ) : void

보호된 메소드들

메소드 설명
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
RaiseSearchEvent ( ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnSelectionChanged() 보호된 메소드

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
리턴 void

SearchableComboBox() 공개 메소드

public SearchableComboBox ( ) : System
리턴 System

SetItemsSource() 공개 메소드

public SetItemsSource ( IEnumerable items ) : void
items IEnumerable
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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