NumericMaskedTextProvider Class |
Namespace: Eto.Forms
The NumericMaskedTextProvider type exposes the following members.
Name | Description | |
---|---|---|
NumericMaskedTextProvider |
Initializes a new instance of the NumericMaskedTextProvider class.
|
Name | Description | |
---|---|---|
AllowDecimal |
Gets or sets a value indicating that the mask can optionally include a decimal, as specified by the DecimalCharacter.
| |
AllowSign |
Gets or sets a value indicating that the mask can optionally include the sign, as specified by SignCharacters.
| |
AltDecimalCharacters |
Gets or sets the alternate decimal character that can be accepted.
| |
Culture |
Gets or sets the culture of the DecimalCharacter and SignCharacters formatting characters.
| |
DecimalCharacter |
Gets or sets the decimal character when AllowDecimal is true. Default is '.'.
| |
MaskCompleted |
Gets a value indicating whether the mask has all required text to pass its validation.
(Overrides VariableMaskedTextProviderMaskCompleted.) | |
SignCharacters |
Gets or sets the sign characters when AllowSign is true. Default is '+' and '-'.
| |
Validate |
Gets or sets a delegate used to validate the mask.
|
Name | Description | |
---|---|---|
Insert |
Called to insert a character at the specified position in the masked text.
(Overrides VariableMaskedTextProviderInsert(Char, Int32).) | |
Replace |
Called to replace a character at the specified position in the masked text.
(Overrides VariableMaskedTextProviderReplace(Char, Int32).) |