A control for editing an integer value with additional "up" and "down" commands.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[TemplatePartAttribute(Name = "ValueBox")]
public class NumericUpDown : RangeBase
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "ValueBox")> _
Public Class NumericUpDown _
	Inherits RangeBase

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls.Primitives..::.RangeBase
                Mindscape.WpfPropertyGrid..::.NumericUpDown

See Also