[]
Defines the CrLf mode which describes how to process the CrLf char.
public enum CrLfMode
Public Enum CrLfMode
Name | Description |
---|---|
Cut | Cuts the following strings from the first CrLf character in copied, cut, and pasted strings. |
Filter | Removes all CrLf characters in copied, cut, or pasted strings. |
NoControl | Accepts all CrLf characters in copied, cut, or pasted strings. |