Spread Windows Forms 12.0 Product Documentation
AcceptsTabChar Property (GcMaskCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcMaskCellType Class : AcceptsTabChar Property
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 GcMaskCellType
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 GcMask to be similar to the standard TextBox when copying, cutting, or pasting a string.
See Also

Reference

GcMaskCellType Class
GcMaskCellType Members