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


In This Topic
    AcceptsTabChar Property (GcMask)
    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 GcMask
    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 GcMask same with the standard TextBox when copy, cut and paste string.
    See Also