C# Class WPFOfficeTheme.SearchableComboBox

Inheritance: System.Windows.Controls.ComboBox
Afficher le fichier Open project: alexsharoff/wpf-office-theme

Méthodes publiques

Свойство Type Description
IsLoadingProperty System.Windows.DependencyProperty
MainItemsSourceProperty System.Windows.DependencyProperty
SeacrhActionProperty System.Windows.DependencyProperty
SearchEvent System.Windows.RoutedEvent

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
SearchableComboBox ( ) : System
SetItemsSource ( IEnumerable items ) : void

Méthodes protégées

Méthode Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void

Private Methods

Méthode Description
RaiseSearchEvent ( ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
Résultat void

SearchableComboBox() public méthode

public SearchableComboBox ( ) : System
Résultat System

SetItemsSource() public méthode

public SetItemsSource ( IEnumerable items ) : void
items IEnumerable
Résultat void

Property Details

IsLoadingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsLoadingProperty
Résultat System.Windows.DependencyProperty

MainItemsSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows MainItemsSourceProperty
Résultat System.Windows.DependencyProperty

SeacrhActionProperty public_oe static_oe property

public static DependencyProperty,System.Windows SeacrhActionProperty
Résultat System.Windows.DependencyProperty

SearchEvent public_oe static_oe property

public static RoutedEvent,System.Windows SearchEvent
Résultat System.Windows.RoutedEvent