C# Class SleepHunter.Controls.NumericUpDown

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: ewrogers/SleepHunter4

Méthodes publiques

Свойство Type Description
AllowTextInputProperty System.Windows.DependencyProperty
DecimalPlacesProperty System.Windows.DependencyProperty
IsHexadecimalProperty System.Windows.DependencyProperty
LargeIncrementProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
SmallIncrementProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
NumericUpDown ( ) : System
SelectAll ( ) : void

Private Methods

Méthode Description
TextBox_LostFocus ( object sender, RoutedEventArgs e ) : void
TextBox_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
TextBox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
UpdateValue ( ) : void
decrementButton_Click ( object sender, RoutedEventArgs e ) : void
incrementButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

NumericUpDown() public méthode

public NumericUpDown ( ) : System
Résultat System

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

Property Details

AllowTextInputProperty public_oe static_oe property

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

DecimalPlacesProperty public_oe static_oe property

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

IsHexadecimalProperty public_oe static_oe property

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

LargeIncrementProperty public_oe static_oe property

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

MaximumProperty public_oe static_oe property

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

MinimumProperty public_oe static_oe property

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

SmallIncrementProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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