NumericReadOnlyBox<(Of <(<'T>)>)> Class
A control that displays decimal/integer values to the user. User is not allowed to edit.
Implements the ReadOnlyBox
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public abstract class NumericReadOnlyBox<T> : ReadOnlyBox
Public MustInherit Class NumericReadOnlyBox(Of T) _ Inherits ReadOnlyBox
generic<typename T> public ref class NumericReadOnlyBox abstract : public ReadOnlyBox
Type Parameters
- T
Inheritance Hierarchy
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
RingSoft.DataEntryControls.WPF..::..ReadOnlyBox
RingSoft.DataEntryControls.WPF..::..NumericReadOnlyBox<(Of <(<'T>)>)>