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


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

Property Value

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