DecimalReadOnlyBox Class
A control that displays decimal values to the user. User is not allowed to edit.
Implements the NumericReadOnlyBox<(Of <(<'T>)>)>
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public class DecimalReadOnlyBox : NumericReadOnlyBox<Nullable<double>>
Public Class DecimalReadOnlyBox _ Inherits NumericReadOnlyBox(Of Nullable(Of Double))
public ref class DecimalReadOnlyBox : public NumericReadOnlyBox<Nullable<double^>>
Inheritance Hierarchy
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
RingSoft.DataEntryControls.WPF..::..ReadOnlyBox
RingSoft.DataEntryControls.WPF..::..NumericReadOnlyBox<(Of <(<'Nullable<(Of <(<'Double>)>)>>)>)>
RingSoft.DataEntryControls.WPF..::..DecimalReadOnlyBox