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


In This Topic
    AcceptsTabChar Property (GcComboBox)
    In This Topic
    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 GcComboBox
    Dim value As TabCharMode
     
    instance.AcceptsTabChar = value
     
    value = instance.AcceptsTabChar
    public TabCharMode AcceptsTabChar {get; set;}

    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 GcComboBox same with the standard TextBox when copy, cut and paste string.
    See Also