Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / AcceptsTabChar Property


In This Topic
    AcceptsTabChar Property (GcComboBoxCellType)
    In This Topic
    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
    public TabCharMode AcceptsTabChar {get; set;}

    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