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

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.WPF
Assembly:  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


Object
  DispatcherObject
    DependencyObject
      Visual
        UIElement
          FrameworkElement
            Control
              RingSoft.DataEntryControls.WPF..::..ReadOnlyBox
                RingSoft.DataEntryControls.WPF..::..NumericReadOnlyBox<(Of <(<'Nullable<(Of <(<'Double>)>)>>)>)>
                  RingSoft.DataEntryControls.WPF..::..DecimalReadOnlyBox