NumericEditControl<(Of <(<'T>)>)> Members
The NumericEditControl<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NumericEditControl<(Of <(<'T>)>)>()()()() |
Initializes a new instance of the NumericEditControl<(Of <(<'T>)>)> class.
|
Methods
Name | Description | |
---|---|---|
ConvertValueToString |
Converts the value to string.
|
|
GetMinimumValueProperties |
Gets the minimum value properties.
|
|
LoadFromSetup |
Loads from setup.
|
|
OnTextBoxGotFocus |
Called when [text box got focus].
|
|
OnTextChanged |
Called when [text changed].
|
|
PopulateSetup |
Populates the setup.
|
|
ProcessKey |
Processes the key.
|
|
ProcessKeyChar |
Processes the key character.
|
|
SetReadOnlyMode |
Sets the read only mode.
|
|
SetText(Nullable<(Of <<'(Double>)>>)) |
Sets the text.
|
|
SetValue |
Sets the value.
|
Fields
Name | Description | |
---|---|---|
AllowNullValueProperty |
The allow null value property
|
|
CultureIdProperty |
The culture identifier property
|
|
DataEntryModeProperty |
The data entry mode property
|
|
MaximumValueProperty |
The maximum value property
|
|
MinimumValueProperty |
The minimum value property
|
|
NumberFormatStringProperty |
The number format string property
|
|
ValueProperty |
The value property
|
Properties
Name | Description | |
---|---|---|
AllowNullValue |
Gets or sets a value indicating whether [allow null value]. This is a bind-able property.
|
|
Culture |
Gets or sets the culture.
|
|
CultureId |
Gets or sets the culture identifier. This is a bind-able property.
|
|
DataEntryMode |
Gets or sets the data entry mode. This is a bind-able property.
|
|
MaximumValue |
Gets or sets the maximum value. This is a bind-able property.
|
|
MinimumValue |
Gets or sets the minimum value. This is a bind-able property.
|
|
NumberFormatString |
Gets or sets the number format string. This is a bind-able property.
|
|
Value |
Gets or sets the value. This is a bind-able property.
|