[]
Defines the way in which C1RichTextBox handles the return key.
public enum ReturnMode
Name | Description |
---|---|
Default | The Return key inserts soft line breaks if shift is held, and hard line breaks otherwise. |
HardLineBreak | The Return key inserts hard line breaks. |
SoftLineBreak | The Return key inserts soft line breaks. |