ComponentOne Basic Library for UWP
Basic Library Overview / Input for UWP / Input for UWP Quick Starts / MaskedTextBox for UWP Quick Start
In This Topic
    MaskedTextBox for UWP Quick Start
    In This Topic

    The following quick start guide is intended to get you up and running with MaskedTextBox for UWP. In this quick start you'll create a new application in Visual Studio, add MaskedTextBox controls, and customize the appearance and behavior of the controls in the application.

    You will create a simple form using several C1MaskedTextBox controls that will demonstrate the difference between the Text and Value properties. The controls will include various masks and different appearance and behavior settings so that you can explore the possibilities of using MaskedTextBox for UWP.

    See Also