UI for WinForms
Telerik MaskedEditBox is designed for allowing users to enter a particular type of value, and to restrict the values users can enter to that type. It automatically handles the parsing of values that the user enters and formats their values accordingly. It supports all common masks:
In this mode, time entry is not restricted to the format you’re using. Instead, the control parses the input string using a formal grammar algorithm, giving you the freedom to type in different input strings and still the control to accept them as valid values (for example, entering either “4 30” and “30 4” will we parsed to April 30).
The control is shipped with a rich set of themes that allow you to easily build slick interfaces with the look-and-feel of some of the latest Windows and Office versions. The themes can be easily switched using a single property.
Our framework also features support for custom themes, which can be built from scratch to fit your exact visual demands by using the Visual Style Builder productivity tool.