Represents a RepeatButton used in a NumericUpDown control. This allows theme styling of the up-down buttons without retemplating the entire control.

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

Syntax

C#
public class NumericUpDownRepeatButton : RepeatButton
Visual Basic (Declaration)
Public Class NumericUpDownRepeatButton _
	Inherits RepeatButton

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..::.ContentControl
                System.Windows.Controls.Primitives..::.ButtonBase
                  System.Windows.Controls.Primitives..::.RepeatButton
                    Mindscape.WpfPropertyGrid..::.NumericUpDownRepeatButton

See Also