Click or drag to resize

NumericMaskedTextProvider Class

Masked text provider for numeric input.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class NumericMaskedTextProvider : VariableMaskedTextProvider

The NumericMaskedTextProvider type exposes the following members.

Constructors
  NameDescription
Public methodNumericMaskedTextProvider
Initializes a new instance of the NumericMaskedTextProvider class.
Top
Properties
  NameDescription
Public propertyAllowDecimal
Gets or sets a value indicating that the mask can optionally include a decimal, as specified by the DecimalCharacter.
Public propertyAllowSign
Gets or sets a value indicating that the mask can optionally include the sign, as specified by SignCharacters.
Public propertyAltDecimalCharacters
Gets or sets the alternate decimal character that can be accepted.
Public propertyCulture
Gets or sets the culture of the DecimalCharacter and SignCharacters formatting characters.
Public propertyDecimalCharacter
Gets or sets the decimal character when AllowDecimal is true. Default is '.'.
Public propertyMaskCompleted
Gets a value indicating whether the mask has all required text to pass its validation.
(Overrides VariableMaskedTextProviderMaskCompleted.)
Public propertySignCharacters
Gets or sets the sign characters when AllowSign is true. Default is '+' and '-'.
Public propertyValidate
Gets or sets a delegate used to validate the mask.
Top
Methods
See Also