Wimark.Controls Class Library  

RichTextBox.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.

[Visual Basic]
Public Property AcceptsTab As Boolean 
[C#]
public bool AcceptsTab {get; set;}
[C++]
public: __property bool get_AcceptsTab();
public: __property void set_AcceptsTab(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace