Search Results for

    Show / Hide Table of Contents

    Class NumericUpDown

    Inheritance
    System.Object
    NumericUpDown
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class NumericUpDown : Control

    Constructors

    NumericUpDown()

    Declaration
    public NumericUpDown()

    Fields

    AllowPositiveNegativeSignProperty

    Declaration
    public static readonly DependencyProperty AllowPositiveNegativeSignProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ButtonsAlignmentProperty

    Declaration
    public static readonly DependencyProperty ButtonsAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CultureProperty

    Declaration
    public static readonly DependencyProperty CultureProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HideUpDownButtonsProperty

    Declaration
    public static readonly DependencyProperty HideUpDownButtonsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    InterceptArrowKeysProperty

    Declaration
    public static readonly DependencyProperty InterceptArrowKeysProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    InterceptManualEnterProperty

    Declaration
    public static readonly DependencyProperty InterceptManualEnterProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    InterceptMouseWheelProperty

    Declaration
    public static readonly DependencyProperty InterceptMouseWheelProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IntervalProperty

    Declaration
    public static readonly DependencyProperty IntervalProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsReadOnlyProperty

    Declaration
    public static readonly DependencyProperty IsReadOnlyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MaximumProperty

    Declaration
    public static readonly DependencyProperty MaximumProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MaximumReachedEvent

    Declaration
    public static readonly RoutedEvent MaximumReachedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    MinimumProperty

    Declaration
    public static readonly DependencyProperty MinimumProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MinimumReachedEvent

    Declaration
    public static readonly RoutedEvent MinimumReachedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    StringFormatProperty

    Declaration
    public static readonly DependencyProperty StringFormatProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TextAlignmentProperty

    Declaration
    public static readonly DependencyProperty TextAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TrackMouseWheelWhenMouseOverProperty

    Declaration
    public static readonly DependencyProperty TrackMouseWheelWhenMouseOverProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    UpDownButtonsWidthProperty

    Declaration
    public static readonly DependencyProperty UpDownButtonsWidthProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ValueChangedEvent

    Declaration
    public static readonly RoutedEvent ValueChangedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    ValueDecrementedEvent

    Declaration
    public static readonly RoutedEvent ValueDecrementedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    ValueIncrementedEvent

    Declaration
    public static readonly RoutedEvent ValueIncrementedEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    ValueProperty

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    AllowPositiveNegativeSign

    Declaration
    public bool AllowPositiveNegativeSign { get; set; }
    Property Value
    Type Description
    System.Boolean

    ButtonsAlignment

    Declaration
    public ButtonsAlignment ButtonsAlignment { get; set; }
    Property Value
    Type Description
    ButtonsAlignment

    Culture

    Declaration
    public CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    HideUpDownButtons

    Declaration
    public bool HideUpDownButtons { get; set; }
    Property Value
    Type Description
    System.Boolean

    InterceptArrowKeys

    Declaration
    public bool InterceptArrowKeys { get; set; }
    Property Value
    Type Description
    System.Boolean

    InterceptManualEnter

    Declaration
    public bool InterceptManualEnter { get; set; }
    Property Value
    Type Description
    System.Boolean

    InterceptMouseWheel

    Declaration
    public bool InterceptMouseWheel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Interval

    Declaration
    public double Interval { get; set; }
    Property Value
    Type Description
    System.Double

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    Maximum

    Declaration
    public double Maximum { get; set; }
    Property Value
    Type Description
    System.Double

    Minimum

    Declaration
    public double Minimum { get; set; }
    Property Value
    Type Description
    System.Double

    StringFormat

    Declaration
    public string StringFormat { get; set; }
    Property Value
    Type Description
    System.String

    TextAlignment

    Declaration
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.TextAlignment

    TrackMouseWheelWhenMouseOver

    Declaration
    public bool TrackMouseWheelWhenMouseOver { get; set; }
    Property Value
    Type Description
    System.Boolean

    UpDownButtonsWidth

    Declaration
    public double UpDownButtonsWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Value

    Declaration
    public double? Value { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnMaximumChanged(Double, Double)

    Declaration
    protected virtual void OnMaximumChanged(double oldMaximum, double newMaximum)
    Parameters
    Type Name Description
    System.Double oldMaximum
    System.Double newMaximum

    OnMinimumChanged(Double, Double)

    Declaration
    protected virtual void OnMinimumChanged(double oldMinimum, double newMinimum)
    Parameters
    Type Name Description
    System.Double oldMinimum
    System.Double newMinimum

    OnPreviewKeyDown(KeyEventArgs)

    Declaration
    protected override void OnPreviewKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    OnPreviewKeyUp(KeyEventArgs)

    Declaration
    protected override void OnPreviewKeyUp(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    OnPreviewMouseWheel(MouseWheelEventArgs)

    Declaration
    protected override void OnPreviewMouseWheel(MouseWheelEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseWheelEventArgs e

    OnPreviewTextInput(Object, TextCompositionEventArgs)

    Declaration
    protected void OnPreviewTextInput(object sender, TextCompositionEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.Windows.Input.TextCompositionEventArgs e

    OnValueChanged(Nullable<Double>, Nullable<Double>)

    Declaration
    protected virtual void OnValueChanged(double? oldValue, double? newValue)
    Parameters
    Type Name Description
    System.Nullable<System.Double> oldValue
    System.Nullable<System.Double> newValue

    SelectAll()

    Declaration
    public void SelectAll()

    Events

    MaximumReached

    Declaration
    public event RoutedEventHandler MaximumReached
    Event Type
    Type Description
    System.Windows.RoutedEventHandler

    MinimumReached

    Declaration
    public event RoutedEventHandler MinimumReached
    Event Type
    Type Description
    System.Windows.RoutedEventHandler

    ValueChanged

    Declaration
    public event RoutedPropertyChangedEventHandler<double?> ValueChanged
    Event Type
    Type Description
    System.Windows.RoutedPropertyChangedEventHandler<System.Nullable<System.Double>>

    ValueDecremented

    Declaration
    public event NumericUpDownChangedRoutedEventHandler ValueDecremented
    Event Type
    Type Description
    NumericUpDownChangedRoutedEventHandler

    ValueIncremented

    Declaration
    public event NumericUpDownChangedRoutedEventHandler ValueIncremented
    Event Type
    Type Description
    NumericUpDownChangedRoutedEventHandler

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • NumericUpDown()
    • Fields
      • AllowPositiveNegativeSignProperty
      • ButtonsAlignmentProperty
      • CultureProperty
      • HideUpDownButtonsProperty
      • InterceptArrowKeysProperty
      • InterceptManualEnterProperty
      • InterceptMouseWheelProperty
      • IntervalProperty
      • IsReadOnlyProperty
      • MaximumProperty
      • MaximumReachedEvent
      • MinimumProperty
      • MinimumReachedEvent
      • StringFormatProperty
      • TextAlignmentProperty
      • TrackMouseWheelWhenMouseOverProperty
      • UpDownButtonsWidthProperty
      • ValueChangedEvent
      • ValueDecrementedEvent
      • ValueIncrementedEvent
      • ValueProperty
    • Properties
      • AllowPositiveNegativeSign
      • ButtonsAlignment
      • Culture
      • HideUpDownButtons
      • InterceptArrowKeys
      • InterceptManualEnter
      • InterceptMouseWheel
      • Interval
      • IsReadOnly
      • Maximum
      • Minimum
      • StringFormat
      • TextAlignment
      • TrackMouseWheelWhenMouseOver
      • UpDownButtonsWidth
      • Value
    • Methods
      • OnApplyTemplate()
      • OnMaximumChanged(Double, Double)
      • OnMinimumChanged(Double, Double)
      • OnPreviewKeyDown(KeyEventArgs)
      • OnPreviewKeyUp(KeyEventArgs)
      • OnPreviewMouseWheel(MouseWheelEventArgs)
      • OnPreviewTextInput(Object, TextCompositionEventArgs)
      • OnValueChanged(Nullable<Double>, Nullable<Double>)
      • SelectAll()
    • Events
      • MaximumReached
      • MinimumReached
      • ValueChanged
      • ValueDecremented
      • ValueIncremented
    • Extension Methods
    Back to top Generated by DocFX