'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.