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

Class inheritance

RichtextboxComponent extends ControlComponent.

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.

Name: string

Yes

No

Inherited from ControlComponent see ControlComponent.

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 .

Last updated