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

NumericEditControl<(Of <(<'T>)>)> Members

The NumericEditControl<(Of <(<'T>)>)> type exposes the following members.

Constructors


  Name Description
Public method NumericEditControl<(Of <(<'T>)>)>()()()()
Initializes a new instance of the NumericEditControl<(Of <(<'T>)>)> class.

Methods


  Name Description
Protected method ConvertValueToString
Converts the value to string.
Protected method GetMinimumValueProperties
Gets the minimum value properties.
Protected method LoadFromSetup
Loads from setup.
Protected method OnTextBoxGotFocus
Called when [text box got focus].
Protected method OnTextChanged
Called when [text changed].
Protected method PopulateSetup
Populates the setup.
Protected method ProcessKey
Processes the key.
Protected method ProcessKeyChar
Processes the key character.
Public method SetReadOnlyMode
Sets the read only mode.
Protected method SetText(Nullable<(Of <<'(Double>)>>))
Sets the text.
Protected method SetValue
Sets the value.

Fields


  Name Description
Public field Static member AllowNullValueProperty
The allow null value property
Public field Static member CultureIdProperty
The culture identifier property
Public field Static member DataEntryModeProperty
The data entry mode property
Public field Static member MaximumValueProperty
The maximum value property
Public field Static member MinimumValueProperty
The minimum value property
Public field Static member NumberFormatStringProperty
The number format string property
Public field Static member ValueProperty
The value property

Properties


  Name Description
Public property AllowNullValue
Gets or sets a value indicating whether [allow null value]. This is a bind-able property.
Public property Culture
Gets or sets the culture.
Public property CultureId
Gets or sets the culture identifier. This is a bind-able property.
Public property DataEntryMode
Gets or sets the data entry mode. This is a bind-able property.
Public property MaximumValue
Gets or sets the maximum value. This is a bind-able property.
Public property MinimumValue
Gets or sets the minimum value. This is a bind-able property.
Public property NumberFormatString
Gets or sets the number format string. This is a bind-able property.
Public property Value
Gets or sets the value. This is a bind-able property.