For a list of all members of this type, see dbiTextBox members.
"| Name | Description | |
|---|---|---|
![]() | AcceptsReturn | 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. (Inherited from System.Windows.Forms.TextBox) |
![]() | 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. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleName | Gets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control) |
![]() | AccessibleRole | Gets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control) |
![]() | AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control) |
![]() | Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control) |
![]() | AutoCompleteCustomSource | Gets or sets a custom System.Collections.Specialized.StringCollection to use when the System.Windows.Forms.TextBox.AutoCompleteSource property is set to CustomSource. (Inherited from System.Windows.Forms.TextBox) |
![]() | AutoCompleteMode | Gets or sets an option that controls how automatic completion works for the System.Windows.Forms.TextBox. (Inherited from System.Windows.Forms.TextBox) |
![]() | AutoCompleteSource | Gets or sets a value specifying the source of complete strings used for automatic completion. (Inherited from System.Windows.Forms.TextBox) |
![]() | BackColor | Gets or sets the background color of the control. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | BorderStyle | Gets or sets the border type of the text box control. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control) |
![]() | CharacterCasing | Gets or sets whether the System.Windows.Forms.TextBox control modifies the case of characters as they are typed. (Inherited from System.Windows.Forms.TextBox) |
![]() | ContextMenuStrip | Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control) |
![]() | Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control) |
![]() | DataBindings | Gets the data bindings for the control. (Inherited from System.Windows.Forms.Control) |
![]() | Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control) |
![]() | Enabled | Gets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control) |
![]() | Font | Gets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control) |
![]() | ForeColor | Gets or sets the foreground color of the control. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | HideSelection | Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | ImeMode | Gets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control) |
![]() | Lines | Gets or sets the lines of text in a text box control. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control) |
![]() | Margin | Gets or sets the space between controls. (Inherited from System.Windows.Forms.Control) |
![]() | MaximumSize | Gets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control) |
![]() | MaxLength | Gets or sets the maximum number of characters the user can type or paste into the text box control. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | MinimumSize | Gets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control) |
![]() | Multiline | Gets or sets a value indicating whether this is a multiline System.Windows.Forms.TextBox control. (Inherited from System.Windows.Forms.TextBox) |
![]() | PasswordChar | Gets or sets the character used to mask characters of a password in a single-line System.Windows.Forms.TextBox control. (Inherited from System.Windows.Forms.TextBox) |
![]() | ReadOnly | Gets or sets a value indicating whether text in the text box is read-only. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control) |
![]() | ScrollBars | Gets or sets which scroll bars should appear in a multiline System.Windows.Forms.TextBox control. (Inherited from System.Windows.Forms.TextBox) |
![]() | ShortcutsEnabled | Gets or sets a value indicating whether the defined shortcuts are enabled. (Inherited from System.Windows.Forms.TextBoxBase) |
![]() | Site | Gets or sets the site of the control. (Inherited from System.Windows.Forms.Control) |
![]() | Size | Gets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control) |
![]() | TabIndex | Gets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control) |
![]() | TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control) |
![]() | Tag | Gets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control) |
![]() | Text | Gets or sets the text associated with this control. (Inherited from System.Windows.Forms.TextBox) |
![]() | TextAlign | Gets or sets how text is aligned in a System.Windows.Forms.TextBox control. (Inherited from System.Windows.Forms.TextBox) |
![]() | UseSystemPasswordChar | Gets or sets a value indicating whether the text in the System.Windows.Forms.TextBox control should appear as the default password character. (Inherited from System.Windows.Forms.TextBox) |
![]() | UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control) |
![]() | Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control) |
![]() | WordWrap | Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary. (Inherited from System.Windows.Forms.TextBoxBase) |
