Property | Type | Description | |
---|---|---|---|
ButtonsAlignmentProperty | |||
CultureProperty | DependencyProperty | ||
DelayChangedEvent | RoutedEvent | ||
DelayProperty | DependencyProperty | ||
HideUpDownButtonsProperty | DependencyProperty | ||
InterceptArrowKeysProperty | DependencyProperty | ||
InterceptManualEnterProperty | DependencyProperty | ||
InterceptMouseWheelProperty | DependencyProperty | ||
IntervalProperty | DependencyProperty | ||
IsReadOnlyProperty | DependencyProperty | ||
MaximumProperty | DependencyProperty | ||
MaximumReachedEvent | RoutedEvent | ||
MinimumProperty | DependencyProperty | ||
MinimumReachedEvent | RoutedEvent | ||
SelectAllOnFocusProperty | DependencyProperty | ||
SpeedupProperty | DependencyProperty | ||
StringFormatProperty | DependencyProperty | ||
TextAlignmentProperty | DependencyProperty | ||
TrackMouseWheelWhenMouseOverProperty | DependencyProperty | ||
UpDownButtonsWidthProperty | DependencyProperty | ||
ValueChangedEvent | RoutedEvent | ||
ValueDecrementedEvent | RoutedEvent | ||
ValueIncrementedEvent | RoutedEvent | ||
ValueProperty | DependencyProperty |
Property | Type | Description | |
---|---|---|---|
ChangeValueBy | void | ||
ChangeValueInternal | void | ||
ChangeValueInternal | void | ||
ChangeValueWithSpeedUp | void | ||
CoerceMaximum | object | ||
CoerceStringFormat | object | ||
CoerceValue | object | ||
EnableDisableDown | void | ||
EnableDisableUp | void | ||
EnableDisableUpDown | void | ||
InterceptManualEnterChangedCallback | void | ||
InternalSetText | void | ||
IntervalChanged | void | ||
IsReadOnlyPropertyChangedCallback | void | ||
NumericUpDown | System | ||
OnDelayChanged | void | ||
OnGotFocus | void | ||
OnMaximumChanged | void | ||
OnMinimumChanged | void | ||
OnSpeedupChanged | void | ||
OnStringFormatChanged | void | ||
OnTextBoxKeyDown | void | ||
OnTextBoxLostFocus | void | ||
OnTextChanged | void | ||
OnValueChanged | void | ||
OnValueTextBoxPaste | void | ||
RaiseChangeDelay | void | ||
RemoveStringFormatFromText | string | ||
ResetInternal | void | ||
SetRemoveStringFormatFromText | void | ||
ToggleReadOnlyMode | void | ||
TryFindScrollViewer | ScrollViewer | ||
ValidateDelay | bool | ||
ValidateText | bool |
Method | Description | |
---|---|---|
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
|
|
SelectAll ( ) : void |
Method | Description | |
---|---|---|
OnDelayChanged ( int oldDelay, int newDelay ) : void | ||
OnMaximumChanged ( double oldMaximum, double newMaximum ) : void | ||
OnMinimumChanged ( double oldMinimum, double newMinimum ) : void | ||
OnPreviewKeyDown ( KeyEventArgs e ) : void | ||
OnPreviewKeyUp ( KeyEventArgs e ) : void | ||
OnPreviewMouseWheel ( MouseWheelEventArgs e ) : void | ||
OnPreviewTextInput ( object sender, TextCompositionEventArgs e ) : void | ||
OnSpeedupChanged ( bool oldSpeedup, bool newSpeedup ) : void | ||
OnValueChanged ( double oldValue, double newValue ) : void |
Raises the ValueChanged routed event.
|
Method | Description | |
---|---|---|
ChangeValueBy ( double difference ) : void | ||
ChangeValueInternal ( bool addInterval ) : void | ||
ChangeValueInternal ( double interval ) : void | ||
ChangeValueWithSpeedUp ( bool toPositive ) : void | ||
CoerceMaximum ( DependencyObject d, object value ) : object | ||
CoerceStringFormat ( DependencyObject d, object basevalue ) : object | ||
CoerceValue ( DependencyObject d, object value ) : object | ||
EnableDisableDown ( ) : void | ||
EnableDisableUp ( ) : void | ||
EnableDisableUpDown ( ) : void | ||
InterceptManualEnterChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e ) : void | ||
InternalSetText ( double newValue ) : void | ||
IntervalChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
IsReadOnlyPropertyChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e ) : void | ||
NumericUpDown ( ) : System | ||
OnDelayChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnGotFocus ( object sender, RoutedEventArgs e ) : void |
Called when this element or any below gets focus.
|
|
OnMaximumChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnMinimumChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnSpeedupChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnStringFormatChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnTextBoxKeyDown ( object sender, KeyEventArgs e ) : void | ||
OnTextBoxLostFocus ( object sender, RoutedEventArgs e ) : void | ||
OnTextChanged ( object sender, TextChangedEventArgs e ) : void | ||
OnValueChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnValueTextBoxPaste ( object sender, DataObjectPastingEventArgs e ) : void | ||
RaiseChangeDelay ( ) : void | ||
RemoveStringFormatFromText ( string text ) : string | ||
ResetInternal ( ) : void | ||
SetRemoveStringFormatFromText ( string stringFormat ) : void | ||
ToggleReadOnlyMode ( bool isReadOnly ) : void | ||
TryFindScrollViewer ( ) : ScrollViewer | ||
ValidateDelay ( object value ) : bool | ||
ValidateText ( string text, double &convertedValue ) : bool |
protected OnDelayChanged ( int oldDelay, int newDelay ) : void | ||
oldDelay | int | |
newDelay | int | |
return | void |
protected OnMaximumChanged ( double oldMaximum, double newMaximum ) : void | ||
oldMaximum | double | |
newMaximum | double | |
return | void |
protected OnMinimumChanged ( double oldMinimum, double newMinimum ) : void | ||
oldMinimum | double | |
newMinimum | double | |
return | void |
protected OnPreviewKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
return | void |
protected OnPreviewKeyUp ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | |
return | void |
protected OnPreviewMouseWheel ( MouseWheelEventArgs e ) : void | ||
e | MouseWheelEventArgs | |
return | void |
protected OnPreviewTextInput ( object sender, TextCompositionEventArgs e ) : void | ||
sender | object | |
e | TextCompositionEventArgs | |
return | void |
protected OnSpeedupChanged ( bool oldSpeedup, bool newSpeedup ) : void | ||
oldSpeedup | bool | |
newSpeedup | bool | |
return | void |
protected OnValueChanged ( double oldValue, double newValue ) : void | ||
oldValue | double |
/// Old value of the |
newValue | double |
/// New value of the |
return | void |
public static DependencyProperty,System.Windows ButtonsAlignmentProperty | ||
return |
public static DependencyProperty CultureProperty | ||
return | DependencyProperty |
public static RoutedEvent DelayChangedEvent | ||
return | RoutedEvent |
public static DependencyProperty DelayProperty | ||
return | DependencyProperty |
public static DependencyProperty HideUpDownButtonsProperty | ||
return | DependencyProperty |
public static DependencyProperty InterceptArrowKeysProperty | ||
return | DependencyProperty |
public static DependencyProperty InterceptManualEnterProperty | ||
return | DependencyProperty |
public static DependencyProperty InterceptMouseWheelProperty | ||
return | DependencyProperty |
public static DependencyProperty IntervalProperty | ||
return | DependencyProperty |
public static DependencyProperty IsReadOnlyProperty | ||
return | DependencyProperty |
public static DependencyProperty MaximumProperty | ||
return | DependencyProperty |
public static RoutedEvent MaximumReachedEvent | ||
return | RoutedEvent |
public static DependencyProperty MinimumProperty | ||
return | DependencyProperty |
public static RoutedEvent MinimumReachedEvent | ||
return | RoutedEvent |
public static DependencyProperty SelectAllOnFocusProperty | ||
return | DependencyProperty |
public static DependencyProperty SpeedupProperty | ||
return | DependencyProperty |
public static DependencyProperty StringFormatProperty | ||
return | DependencyProperty |
public static DependencyProperty TextAlignmentProperty | ||
return | DependencyProperty |
public static DependencyProperty TrackMouseWheelWhenMouseOverProperty | ||
return | DependencyProperty |
public static DependencyProperty UpDownButtonsWidthProperty | ||
return | DependencyProperty |
public static RoutedEvent ValueChangedEvent | ||
return | RoutedEvent |
public static RoutedEvent ValueDecrementedEvent | ||
return | RoutedEvent |
public static RoutedEvent ValueIncrementedEvent | ||
return | RoutedEvent |