| ServerTextControl.Append | | Loads text in a certain format from a file, a byte array or a string and appends it to the existing document. |
| ServerTextControl.Clear | | Clears the selected text or the character right from the current input position. |
| ServerTextControl.Load | | Loads text in a certain format from a file, a byte array or a string. |
| ServerTextControl.ResetContents | | Deletes the entire contents of the control. |
| ServerTextControl.Save | | Saves text in a certain format in a file, in a byte array or as a string. |
| TextControl.Append | | Loads text in a certain format from a file, a byte array or a string and appends it to the existing document. |
| TextControl.Clear | | Clears the selected text or the character right from the current input position from the Text Control. |
| TextControl.Load | | Loads text in a certain format from a file, a byte array or a string. |
| TextControl.OnChanged | | Raises the Changed event. |
| TextControl.ResetContents | | Deletes the entire contents of a Text Control. |
| TextControl.Save | | Saves text in a certain format in a file, in a byte array or as a string. |
| WPF.TextControl.Append | | Loads text in a certain format from a file, a byte array or a string and appends it to the existing document. |
| WPF.TextControl.Clear | | Clears the selected text or the character right from the current input position from the Text Control. |
| WPF.TextControl.Load | | Loads text in a certain format from a file, a byte array or a string. |
| WPF.TextControl.OnChanged | | Raises the Changed event. |
| WPF.TextControl.ResetContents | | Deletes the entire contents of a Text Control. |
| WPF.TextControl.Save | | Overloaded. Saves text in a certain format in a file, in a byte array or as a string. |