Displaying and editing text (XAML)
[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]
Provides information on displaying and editing text.
See this feature in action as part of our App features, start to finish series: User interaction: Touch input... and beyond
In this section
Topic | Description |
---|---|
Describes ways that you can display text in Windows Runtime apps using C++, C#, or VB. |
|
Describes how to add controls for entering and editing text, along with a set of properties for formatting the text. |
|
To help users to enter data using the touch keyboard, you can set the input scope of the text control to match the kind of data the user is expected to enter. |
|
This topic describes the styles and templates for the PasswordBox control. |
|
This topic describes the styles and templates for the RichEditBox control. |
|
This topic describes the styles and templates for the TextBox control. |
|
Guidelines for adding text input controls to your Windows Store apps using C++, C#, or Visual Basic. |
|
Follow these guidelines when using spell checking with text input controls. |