Como: Enable Tab Characters in a TextBox Control

Este exemplo mostra como ativar a aceitação de caracteres de tabulação como entrada normal em um controle TextBox.

Exemplo

Para ativar a aceitação de caracteres de tabulação como entrada em um controle TextBox, defina o atributo AcceptsTab como verdadeiro .

<TextBox AcceptsTab="True">
  If the AcceptsTab element is "True", the TextBox control will accept tab characters as regular input when the TAB key is pressed.  
  If AcceptsTab is "False" (the default), pressing TAB moves the focus to the next focusable control. 
</TextBox>

Consulte também

Conceitos

Visão geral sobre TextBox

Visão geral de RichTextBox