Gets or sets a value indicating whether pressing the TAB key types a TAB character in the control instead of moving the focus to the next control in the tab order.

Syntax

public bool AcceptsTab { get; set; }
Public Property AcceptsTab() As Boolean