NumericEditControl<(Of <(<'T>)>)> Class
The decimal and integer control base class.
Implements the DropDownEditControl
Implements the INumericControl
Implements the IReadOnlyControl
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public abstract class NumericEditControl<T> : DropDownEditControl, INumericControl, IReadOnlyControl
Public MustInherit Class NumericEditControl(Of T) _ Inherits DropDownEditControl _ Implements INumericControl, IReadOnlyControl
generic<typename T> public ref class NumericEditControl abstract : public DropDownEditControl, INumericControl, IReadOnlyControl
Type Parameters
- T
Inheritance Hierarchy
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
RingSoft.DataEntryControls.WPF..::..DropDownEditControl
RingSoft.DataEntryControls.WPF..::..NumericEditControl<(Of <(<'T>)>)>