C# Class ScreenToGif.Controls.DoubleNumericUpDown

Numeric only control with up and down buttons to change the value.
Inheritance: System.Windows.Controls.Control
Mostrar archivo Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
StepProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AnalizePontuation bool
CheckMaximum void
CheckMinimum void
CheckValue void
DoubleNumericUpDown System
DownButton_Click void
IsEntryDisallowed bool
IsTextDisallowed bool
MaximumPropertyChangedCallback void
MinimumPropertyChangedCallback void
PastingEvent void
TextBox_LostFocus void
TextBox_MouseWheel void
TextBox_PreviewKeyDown void
TextBox_PreviewTextInput void
TextBox_TextChanged void
TryGetValue double
UpButton_Click void
ValuePropertyChangedCallback void

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
AnalizePontuation ( object sender, string next ) : bool
CheckMaximum ( ) : void
CheckMinimum ( ) : void
CheckValue ( ) : void
DoubleNumericUpDown ( ) : System
DownButton_Click ( object sender, RoutedEventArgs e ) : void
IsEntryDisallowed ( object sender, string text ) : bool
IsTextDisallowed ( string text ) : bool
MaximumPropertyChangedCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
MinimumPropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PastingEvent ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
TextBox_LostFocus ( object sender, RoutedEventArgs e ) : void
TextBox_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
TextBox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
TextBox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
TryGetValue ( string text ) : double
UpButton_Click ( object sender, RoutedEventArgs e ) : void
ValuePropertyChangedCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

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

StepProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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