TextBox

The TextBox control is a very basic text-input control which allows the user to enter a single line of text.

To create a non-editable TextBlock, see TextBlock.

Properties

The key properties of a TextBlock include:

Scripting Syntax

The properties of a control include events. Scripts can be used to set the properties of a control or be used to trigger an action associated with an event. For a TextBox:

Adding a TextBox