The members of System.Windows.Forms.TextBox are listed below.
See Also: Inherited members from System.Windows.Forms.TextBoxBase
TextBox() |
Initializes a new instance of the System.Windows.Forms.TextBox class. |
AcceptsReturn | bool.
Gets or sets a value indicating whether pressing ENTER in a multiline System.Windows.Forms.TextBox control creates a new line of text in the control or activates the default button for the form. | |
AutoCompleteCustomSource | AutoCompleteStringCollection.
Gets or sets a custom System.Collections.Specialized.StringCollection to use when the TextBox.AutoCompleteSource property is set to CustomSource. | |
AutoCompleteMode | AutoCompleteMode.
Gets or sets an option that controls how automatic completion works for the System.Windows.Forms.TextBox. | |
AutoCompleteSource | AutoCompleteSource.
Gets or sets a value specifying the source of complete strings used for automatic completion. | |
CharacterCasing | CharacterCasing.
Gets or sets whether the System.Windows.Forms.TextBox control modifies the case of characters as they are typed. | |
override | Multiline | bool.
Gets or sets a value indicating whether this is a multiline System.Windows.Forms.TextBox control. |
PasswordChar | char.
Gets or sets the character used to mask characters of a password in a single-line System.Windows.Forms.TextBox control. | |
ScrollBars | ScrollBars.
Gets or sets which scroll bars should appear in a multiline System.Windows.Forms.TextBox control. | |
SelectionLength | int. Documentation for this section has not yet been entered. | |
override | Text | string.
Gets or sets the current text in the System.Windows.Forms.TextBox. |
TextAlign | HorizontalAlignment.
Gets or sets how text is aligned in a System.Windows.Forms.TextBox control. | |
UseSystemPasswordChar | bool.
Gets or sets a value indicating whether the text in the System.Windows.Forms.TextBox control should appear as the default password character. |
[read-only] override | CreateParams | CreateParams.
Gets the required creation parameters when the control handle is created. |
[read-only] | DefaultImeMode | ImeMode. Documentation for this section has not yet been entered. |
override | Dispose(bool)
| |
override | IsInputKey(Keys)
| |
override | OnBackColorChanged(EventArgs)
| |
override | OnFontChanged(EventArgs)
| |
override | OnGotFocus(EventArgs)
| |
override | OnHandleCreated(EventArgs)
| |
override | OnHandleDestroyed(EventArgs)
| |
override | OnMouseUp(MouseEventArgs)Documentation for this section has not yet been entered. | |
OnTextAlignChanged(EventArgs)
| ||
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
TextAlignChanged |
Occurs when the value of the TextBox.TextAlign property has changed. |