Hi,
I was wondering how i would change the text from a Selection.
For Example:
I obtain a selection of the document using bookmarks:
I was wondering how i would change the text from a Selection.
For Example:
I obtain a selection of the document using bookmarks:
RadRichTextDocument.Document.Selection.SelectAnnotationRange(bookmark); Then I would like to change the text in the current Selection. How would i do this? //Obviously this doesnt work. But something like this.RadRichTextDocument.Document.Selection = "New changed text";Thanks