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


In This Topic
    AcceptsTabChar Property (GcTextBoxCellType)
    In This Topic
    Gets or sets a value that indicates how to process the Tab characters when copying, cutting, or pasting the string.
    Syntax
    'Declaration
     
    
    Public Property AcceptsTabChar As TabCharMode
    'Usage
     
    
    Dim instance As GcTextBoxCellType
    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 characters use when copying, cutting, and pasting a string.
    The default is TabCharMode.NoControl.
    Exceptions
    ExceptionDescription
    The value is not a valid TabCharMode item.
    Remarks
    This property only takes effect when the cell is in edit mode.
    See Also