Skip to main content
Version: 11.0.x

Text Controls

These controls are for displaying and editing text:

ControlDescription
AutoCompleteBoxA control that shows a text box for user input and a drop-down that contains possible matches based on what has been typed.
TextBlockA control that displays a block of text. Read-only.
SelectableTextBlockA control that displays a block of text and can be selected with a pointer. Read-only.
TextBoxUsed to display or edit text without formatting restrictions.
MaskedTextBoxUsed to display text in the format contained in a mask; or used to edit text using the format mask to prevent invalid user input.