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


AcceptsTabChar Property (GcMask)
Gets or sets a value indicating how to process the Tab chars when copy, cut or paste string.
Syntax
'Declaration
 
Public Property AcceptsTabChar As TabCharMode
 
'Usage
 
Dim instance As GcMask
Dim value As TabCharMode
 
instance.AcceptsTabChar = value
 
value = instance.AcceptsTabChar

Property Value

A TabCharMode enumeration indicates which mode that the Tab chars will be used when copy, cut and paste string.
The default is TabCharMode.NoControl.
Exceptions
ExceptionDescription
The value isn't a valid TabCharMode item.
Remarks
The TabCharMode.Cut setting make the GcMask same with the standard TextBox when copy, cut and paste string.
See Also