'Declaration Public Property Text As String
'Declaration
Public Property Text As String
public string Text {get; set;}
When setting the range text, all line breaks (\n, \r and \r\n) are converted to a single new line character (\n).
C1RichTextBox Class C1RichTextBox Members