Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / AcceptsTabChar Property


In This Topic
    AcceptsTabChar Property (GcTextBox)
    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 GcTextBox
    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 the string.
    The default is TabCharMode.NoControl.
    Exceptions
    ExceptionDescription
    The value is not a valid TabCharMode item.
    Remarks
    The TabCharMode.Cut setting causes the GcTextBox to be similar to the standard TextBox when copying, cutting, and pasting the string.
    See Also