System.Windows.Forms.TextBoxBase.AcceptsTab Property

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.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool AcceptsTab { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The TextBoxBase.Multiline property must also be true to get a TAB character in the control.

If the TextBoxBase.AcceptsTab property is set to true, the user must press CTRL+TAB to move the focus to the next control in the tab order.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0