MaskFormatter Class Members
In This Topic
The following tables list the members exposed by MaskFormatter.
Public Constructors
Public Properties
| Name | Description |
 | FormatString | Gets or sets the format string. |
 | IgnoreThrowFormatException | Sets allow ignore throw format exception or not. |
 | ManageInput | If implemented, it supports methods which allow an editor to use for validating and formatting user input. |
 | MaskChar | Gets or sets the mask character. |
 | MaskType | Gets or sets the type of mask (ex: none, PicMask, Float). |
 | RegionSettings | Gets or sets the regional settings. |
Top
Protected Properties
| Name | Description |
 | IsFmtStrParsed | Determines whether the format string has been parsed since it was set or changed (or something else changed). |
Top
Public Methods
Public Events
| Name | Description |
 | CustomMask | Handles custom mask event. |
Top
See Also