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


AcceptsTabChar Property (GcTextBox)
Gets or sets a value that indicates how to process the Tab characters when copying, cutting, or pasting the string.
Syntax
'Declaration
 
Public Property AcceptsTabChar As TabCharMode
 
'Usage
 
Dim instance As GcTextBox
Dim value As TabCharMode
 
instance.AcceptsTabChar = value
 
value = instance.AcceptsTabChar

Property Value

A TabCharMode enumeration that indicates which mode the Tab characters use when copying, cutting, and pasting the string.
The default is TabCharMode.NoControl.
Exceptions
ExceptionDescription
The value is not a valid TabCharMode item.
Remarks
The TabCharMode.Cut setting causes the GcTextBox to be similar to the standard TextBox when copying, cutting, and pasting the string.
See Also