Click or drag to resize

FixedMaskedTextProviderT Class

Implements a fixed masked text provider that converts to the specified type of T, using the standard System.ComponentModel.MaskedTextProvider.
Inheritance Hierarchy
SystemObject
  Eto.FormsFixedMaskedTextProvider
    Eto.FormsFixedMaskedTextProviderT

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class FixedMaskedTextProvider<T> : FixedMaskedTextProvider, 
	IMaskedTextProvider<T>, IMaskedTextProvider

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.FixedMaskedTextProvider`1"]

The FixedMaskedTextProviderT type exposes the following members.

Constructors
  NameDescription
Public methodFixedMaskedTextProviderT
Initializes a new instance of the FixedMaskedTextProviderT class.
Top
Properties
  NameDescription
Public propertyConvertToText
Gets or sets a delegate to convert the a value of type T to the mask string.
Public propertyConvertToValue
Gets or sets a delegate to convert the mask string to a value of type T
Public propertyValue
Gets or sets the translated value of the mask.
Top
See Also