NumericInputScope Class
See Also  Members  
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace : NumericInputScope Class

Represents an element which filters input that is not numerical. The NumericInputscope class will prevent modifications from being applied until the focus is removed from the scope.

Syntax

Visual Basic (Declaration) 
Public Class NumericInputScope 
   Inherits Decorator
   Implements ISupportInitializeIFrameworkInputElementIInputElementIAddChildIHaveResourcesIAnimatableDUCE.IResource 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Decorator
                     Xceed.Wpf.Controls.NumericInputScope

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also