BrowserTextControl Class | ||
The BrowserTextControl class implements a control with high-level text editing features, that can be used in browser based applications. It is inherited from the System.Windows.Forms.Control class. A BrowserTextControl can load and save text documents which are located on a server, but it cannot load and save text documents on the local machine. The BrowserTextControl class has the same properties, methods and events as the TextControl class with the following exceptions: The Load and Save methods have another syntax and all properties, methods and events for XML Programming are not available. | ||
| Syntax: | [C#]
public class BrowserTextControl : Control
[Visual Basic]
Public Class BrowserTextControl
Inherits Control
| |
| Introduced: | 13.0 | |
Properties | ||
| Property | Description | |
| ButtonBar | Specifies the button bar control to be used with a BrowserTextControl. | |
| RulerBar | Specifies the ruler bar control to be used with a BrowserTextControl. | |
| StatusBar | Specifies the status bar control to be used with a BrowserTextControl. | |
| VerticalRulerBar | Specifies the vertical ruler bar control to be used with a BrowserTextControl. | |
Methods | ||
| Method | Description | |
| Load | Loads text in a certain format from a file located on a server or from a byte array. | |
| Save | Saves text in a certain format in a file located on a server or in a byte array. | |