Click or drag to resize

IRichTextEditorInsertRtf Method

Inserts a rtf text at the caret

Namespace:  EBP.Api.Interfaces.Controls.Editors
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void InsertRtf(
	string value
)

Parameters

value
Type: SystemString
the rtf value to insert
See Also