C# Class Xwt.WPFBackend.ComboBoxTextEntryBackend

Inheritance: Xwt.WPFBackend.WidgetBackend, ITextEntryBackend
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Méthodes publiques

Méthode Description
ComboBoxTextEntryBackend ( Xwt.WPFBackend.ExComboBox combobox ) : System
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
HandleLoaded ( object sender, RoutedEventArgs e ) : void
SetCompletionMatchFunc ( Func matchFunc ) : void
SetCompletions ( string completions ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void
OnGotFocus ( object sender, RoutedEventArgs e ) : void
OnLostFocus ( object sender, RoutedEventArgs e ) : void

Private Methods

Méthode Description
OnSelectionChanged ( object s, EventArgs e ) : void
OnTextChanged ( object sender, EventArgs e ) : void
UpdatePlaceholder ( string newPlaceholder, bool focused ) : void

Method Details

ComboBoxTextEntryBackend() public méthode

public ComboBoxTextEntryBackend ( Xwt.WPFBackend.ExComboBox combobox ) : System
combobox Xwt.WPFBackend.ExComboBox
Résultat System

DisableEvent() public méthode

public DisableEvent ( object eventId ) : void
eventId object
Résultat void

EnableEvent() public méthode

public EnableEvent ( object eventId ) : void
eventId object
Résultat void

HandleLoaded() public méthode

public HandleLoaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

OnLostFocus() protected méthode

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

SetCompletionMatchFunc() public méthode

public SetCompletionMatchFunc ( Func matchFunc ) : void
matchFunc Func
Résultat void

SetCompletions() public méthode

public SetCompletions ( string completions ) : void
completions string
Résultat void