AcceptsTab Property (GcTextBox)
Gets or sets a value that indicates whether pressing the TAB key in a multiline Text control types a TAB character in the control instead of moving the focus to the next control in the tab order.
public bool AcceptsTab {get; set;}
'Declaration
Public Property AcceptsTab As Boolean
'Usage
Dim instance As GcTextBox
Dim value As Boolean
instance.AcceptsTab = value
value = instance.AcceptsTab
Property Value
A
bool value,
true to type a TAB character in the control; otherwise,
false.
The default is
false.