[]
Defines the CrLf mode which describes how to process the CrLf char.
public enum CrLfMode
Public Enum CrLfMode
When GrapeCity.Windows.InputMan.GcTextBox.Multiline is false, if you set GrapeCity.Windows.InputMan.GcTextBox.AcceptsCrLf to GrapeCity.Windows.InputMan.CrLfMode.Cut, only the substring before the first CrLf char will be kept when pasting; if setting GrapeCity.Windows.InputMan.GcTextBox.AcceptsCrLf to GrapeCity.Windows.InputMan.CrLfMode.Filter, the CrLf chars in the source string will be removed.
Name | Description |
---|---|
Cut | Cuts the following strings from the first CrLf char in copied, cut and pasted string. |
Filter | Removes all CrLf chars in copied, cut or pasted strings. |