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