
| Class | Description | |
| Line | An instance of the Line class represents a single line in a Text Control document. | |
| LineCollection | An instance of the LineCollection class contains all text lines in a Text Control document or part of the document represented through objects of the type Line. An instance of this class can be obtained with the | |
| TextChar | An instance of the TextChar class represents a single character in a Text Control document. | |
| TextCharCollection | An instance of the TextCharCollection class contains all characters in a Text Control document or part of the document represented through objects of the type TextChar. An instance of this class can be obtained with the |
| Property | Description | |
| ServerTextControl.Lines | Gets a collection of all lines contained in the main text of the document. | |
| ServerTextControl.TextChars | Gets a collection of all characters contained in the main text of the document. | |
| TextControl.Lines | Gets a collection of all lines contained in the text part with the input focus. | |
| TextControl.TextChars | Gets a collection of all characters contained in the text part with the input focus. | |
| WPF.TextControl.Lines | Gets a collection of all lines contained in the text part with the input focus. | |
| WPF.TextControl.TextChars | Gets a collection of all characters contained in the text part with the input focus. |