Click or drag to resize

IRichTextEditorAppendRtf Method

Appends a rtf text at the end of the control text

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 AppendRtf(
	string value
)

Parameters

value
Type: SystemString
the rtf value to append
See Also