Name | Description | |
---|---|---|
AcceptsTab | Gets or sets a value indicating whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order. | |
BorderStyle | Gets or sets the border type of the text box control. | |
CanUndo | Gets a value indicating whether the user can undo the previous operation in a text box control. | |
HideSelection | Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus. | |
Lines | Gets or sets the lines of text in a text box control. | |
MaxLength | Gets or sets the maximum number of characters the user can type or paste into the text box control. | |
Modified | Gets or sets a value that indicates that the text box control has been modified by the user since the control was created or its contents were last set. | |
Multiline | Gets or sets a value indicating whether this is a multiline text box control. | |
PreferredHeight | Gets the preferred height for a text box. | |
ReadOnly | Gets or sets a value indicating whether text in the text box is read-only. | |
SelectedText | Gets or sets a value indicating the currently selected text in the control. | |
SelectionLength | Gets or sets the number of characters selected in the text box. | |
SelectionStart | Gets or sets the starting point of text selected in the text box. | |
ShortcutsEnabled | Gets or sets a value indicating whether the defined shortcuts are enabled. | |
Text | Gets or sets the current text in the text box. | |
TextLength | Gets the length of text in the control. | |
WordWrap | Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary. |