Property AllowsTab | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
AllowsTab
Gets or sets whether the TextView inserts a tab character into the text or ignores tab input. If set to false
and the user presses the tab key (or shift-tab) the focus will move to the next view (or previous with shift-tab). The default is true
; if the user presses the tab key, a tab character will be inserted into the text.
public bool AllowsTab { get; set; }