 | 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)
Syntaxvoid AppendRtf(
string value
)
Sub AppendRtf (
value As String
)
Parameters
- value
- Type: SystemString
the rtf value to append
See Also