70-526 MCTS


Create and configure text edit controls on a Windows Form

Three standard controls are supplied with .NET that allow text to be edited within them.

The TextBox control displays text entered at design time that can be edited by users at run time, or changed programmatically.

The RichTextBox control enables text to be displayed with formatting in plain text or rich-text format (RTF).

The MaskedTextBox control constrains the format of user input.


MSDN references

  • TextBox control
  • RichTextBox control
  • MaskedTextBox control


    << Previous Contents Next >>

    © Publicjoe, 2007