Programtically Paste


https://www.nevron.com/Forum/Topic12836.aspx
Print Topic | Close Window

By Chris Dolan - 5 Years Ago
Trying to see how to do this in the documentation, and can't find any example.

Chris
By Nevron Support - 5 Years Ago
Hi Chris,
You just need to invoke the Paste method of the selection:
nRichTextViewWithRibbonControl1.Widget.View.Selection.Paste();
Let us know if you have any questions.