> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/winforms-angular-components/web-components/kendoui-components/richtextbox.md).

# RichTextBox

Adds supports for \[System.Windows.Forms.RichtextboxComponent]\(<https://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox(v=vs.110).aspx>)

## Implementation  Details

> **Component Selector:** 'wm-richtextbox'
>
> **Kendo UI for jQuery Component:** [richtextbox](https://docs.telerik.com/kendo-ui/api/javascript/ui/editor)

## Class inheritance

RichtextboxComponent extends [ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md).

## PME Support

### Properties

| Property         | Get/Set | Notify Changes | Details                                                                                                                                                                         |
| ---------------- | ------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| tools: string\[] | No      | No             | Gets a  collection of tools that are used to interact with the Editor. Tools may be switched on by specifying their name.                                                       |
| text: string     | Yes     | Yes            | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md). |
| Name: string     | Yes     | No             | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md). |
| Refresh: boolean | Yes     | No             | Refresh the component.                                                                                                                                                          |

### Methods

| Method | Supported | Details |
| ------ | --------- | ------- |
| None   | None      | None    |

### Events

| Event       | Supported | Parameter       | Details                                                            |
| ----------- | --------- | --------------- | ------------------------------------------------------------------ |
| textChanged | Yes       | **$event**: any | Fires `TextChanged` Event when the ListBox selection has changed . |
