C# Class Feedling.Classes.NumberTextBox

Inheritance: System.Windows.Controls.TextBox
Afficher le fichier Open project: growse/Feedling

Méthodes protégées

Méthode Description
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void

Private Methods

Méthode Description
AreAllValidNumericChars ( string str ) : bool

Method Details

OnPreviewKeyDown() protected méthode

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

OnPreviewTextInput() protected méthode

protected OnPreviewTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
Résultat void