TextBoxBase.AcceptsTab Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets a value that indicates how the text editing control responds when the user presses the TAB key.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Booleantrue 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: