TX Text Control .NET Documentation

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

PropertyDescription
ButtonBarSpecifies the button bar control to be used with a BrowserTextControl.

RulerBarSpecifies the ruler bar control to be used with a BrowserTextControl.

StatusBarSpecifies the status bar control to be used with a BrowserTextControl.

VerticalRulerBarSpecifies the vertical ruler bar control to be used with a BrowserTextControl.

Methods

MethodDescription
LoadLoads text in a certain format from a file located on a server or from a byte array.

SaveSaves text in a certain format in a file located on a server or in a byte array.