RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

IntegerEditControl Class

A control that edits integer values. Implements the NumericEditControl<(Of <(<'T>)>)>

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public class IntegerEditControl : NumericEditControl<Nullable<int>>
Public Class IntegerEditControl _
	Inherits NumericEditControl(Of Nullable(Of Integer))
public ref class IntegerEditControl : public NumericEditControl<Nullable<int^>>

Inheritance Hierarchy


Object
  DispatcherObject
    DependencyObject
      Visual
        UIElement
          FrameworkElement
            Control
              RingSoft.DataEntryControls.WPF..::..DropDownEditControl
                RingSoft.DataEntryControls.WPF..::..NumericEditControl<(Of <(<'Nullable<(Of <(<'Int32>)>)>>)>)>
                  RingSoft.DataEntryControls.WPF..::..IntegerEditControl