C# Class WinRTXamlToolkit.Controls.UpDownTextBox

Primitive control - TextBox with UpPressed and DownPressed events for use in a NumericUpDown to make up and down keys work to increment and decrement the values.
Inheritance: Windows.UI.Xaml.Controls.TextBox
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes protégées

Méthode Description
OnKeyDown ( KeyRoutedEventArgs e ) : void

Called before the KeyDown event occurs.

Private Methods

Méthode Description
RaiseDownPressed ( ) : void

Raises DownPressed event.

RaiseUpPressed ( ) : void

Raises UpPressed event.

Method Details

OnKeyDown() protected méthode

Called before the KeyDown event occurs.
protected OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs The data for the event.
Résultat void