Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / AcceptsTab Property


In This Topic
AcceptsTab Property (GcTextBox)
In This Topic
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.
Syntax
'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.
Remarks
If the AcceptsTab property is set to true, the user must press CTRL+TAB to move the focus to the next control in the tab order.
See Also