C# Class SleepHunter.Controls.NumericUpDown

Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: ewrogers/SleepHunter4

Public Properties

Property 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

Public Methods

Method Description
NumericUpDown ( ) : System
SelectAll ( ) : void

Private Methods

Method 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 method

public NumericUpDown ( ) : System
return System

SelectAll() public method

public SelectAll ( ) : void
return void

Property Details

AllowTextInputProperty public_oe static_oe property

public static DependencyProperty,System.Windows AllowTextInputProperty
return System.Windows.DependencyProperty

DecimalPlacesProperty public_oe static_oe property

public static DependencyProperty,System.Windows DecimalPlacesProperty
return System.Windows.DependencyProperty

IsHexadecimalProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsHexadecimalProperty
return System.Windows.DependencyProperty

LargeIncrementProperty public_oe static_oe property

public static DependencyProperty,System.Windows LargeIncrementProperty
return System.Windows.DependencyProperty

MaximumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaximumProperty
return System.Windows.DependencyProperty

MinimumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinimumProperty
return System.Windows.DependencyProperty

SmallIncrementProperty public_oe static_oe property

public static DependencyProperty,System.Windows SmallIncrementProperty
return System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty