Version

AcceptsTab Property

Gets or sets a value that indicates how the text editing control responds when the user presses the TAB key.
Syntax
'Declaration
 
Public Property AcceptsTab As Boolean
public bool AcceptsTab {get; set;}

Property Value

true if pressing the TAB key inserts a tab character at the current cursor position; false if pressing the TAB key moves the focus to the next control that is marked as a tab stop and does not insert a tab character.The default value is false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also