[]
        
Gets or sets how to process the Tab character when copying, cutting, or pasting a string.
public TabCharMode AcceptsTabChar { get; set; }Public Property AcceptsTabChar As TabCharMode| Type | Description | 
|---|---|
| TabCharMode | A TabCharMode enumeration that indicates which mode the Tab character uses when copying, cutting, or pasting a string.
 | 
The TabCharMode.Cut setting causes GcMask to be similar to the standard TextBox when copying, cutting, or pasting a string.
| Type | Condition | 
|---|---|
| InvalidEnumArgumentException | The value is not a valid TabCharMode item. |