[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.AcceptsTabChar

AcceptsTabChar Property

AcceptsTabChar

Gets or sets how to process the Tab character when copying, cutting, or pasting a string.

Declaration
public TabCharMode AcceptsTabChar { get; set; }
Public Property AcceptsTabChar As TabCharMode
Property Value
Type Description
TabCharMode

A TabCharMode enumeration that indicates which mode the Tab character uses when copying, cutting, or pasting a string.
The default is TabCharMode.NoControl.

Remarks

The TabCharMode.Cut setting causes the GcComboBox to be similar to the standard TextBox when copying, cutting, or pasting a string.

Exceptions
Type Condition
InvalidEnumArgumentException

The value is not a valid TabCharMode item.