Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / AcceptsTab Property


In This Topic
AcceptsTab Property (FormulaTextBox)
In This Topic
Internal use only. Gets or sets whether tabs are accepted.
Syntax
'Declaration
 
Public Shadows Property AcceptsTab As Boolean
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As Boolean
 
instance.AcceptsTab = value
 
value = instance.AcceptsTab
See Also