RichTextBox
From Visual WebGui Wiki
| This article will have a few sections added to it soon, based on the following article type skeleton: NewControlTemplate |
Contents |
Overview
The RichTextBox control is functionally equivialent to the Windows Forms RichTextBox control.
Availability
The RichTextBox is one of the Out of the Box standard controls, which means it is free and available in all Visual WebGUI versions.
Relevant members
Properties
| Name | Description |
|---|---|
| Html | The Html property is used for the contents of the control, including it's Html tags. |
| Text |
In version 6.4 and later, the Text property returns the contents of the control with Html tags removed. In 6.3 and earlier versions, this property does nothing, and usually returns the original contents assigned to the Text property during design, unless further assigned by the user. |
SDK Version highlights
- 6.4 and later - The Text property is now used to return the contents of RichTextBox with the Html tags removed. The Html property still returns the contents including the Html tags.
Rererences
Forum discussons
- Printing with page breaks
- Implementing click event on RichTextBox's contents (includes sample)
- Preventing browser's context menu from showing on right-click
Other references
