
TextBox Class (System.Windows.Forms) | Microsoft Learn
Typically, a TextBox control is used to display, or accept as input, a single line of text. You can use the Multiline and ScrollBars properties to enable multiple lines of text to be displayed or entered.
TextBox Control - Windows Forms | Microsoft Learn
May 7, 2025 · Learn about various aspects of the Windows Forms TextBox control including using it for editable text and making it read-only.
TextBox Control Overview - Windows Forms | Microsoft Learn
May 7, 2025 · Learn how the TextBox control is used for editable text and can display multiple lines, wrap text to the size of the control and add basic formatting.
TextBox Class (System.Windows.Controls) | Microsoft Learn
TextBox is a composite control that is composed of several encapsulated components. Consequently, some events do not bubble up to the containing control because they are handled by encapsulated …
TextBox Class (System.Web.UI.WebControls) | Microsoft Learn
The following code example demonstrates how to use the TextBox control to get user input. When the user clicks the Add button, the sum of the values entered in the text boxes is displayed.
TextBox Overview - WPF | Microsoft Learn
May 7, 2025 · Overview of how the TextBox class enables you to display or edit unformatted text in Windows Presentation Foundation (WPF) applications.
How to: Control When the TextBox Text Updates the Source
May 7, 2025 · This topic describes how to use the UpdateSourceTrigger property to control the timing of binding source updates. The topic uses the TextBox control as an example.
Select Text in TextBox Control - Windows Forms | Microsoft Learn
May 7, 2025 · Learn how to select text programmatically in the Windows Forms TextBox control. Also learn how to visually alert the reader of the found string's position.
TextBox.Multiline Property (System.Windows.Forms)
The following code example creates a multiline TextBox control with vertical scroll bars. This example uses the AcceptsTab, AcceptsReturn, and WordWrap properties to make the multiline text box …
TextBox Class (Windows.UI.Xaml.Controls) - Windows apps
TextBox provides properties you can set to make it much faster and easier for users to enter data in your app using the touch keyboard. Set the InputScope property to match the kind of data the user is …