I am using this text editor for my windows forms application
This works great and is a wonderful control, however I am trying to accomplish one task: I wanted to insert a custom tag to the underlying html for eg if user clicks on a button on form I want to insert a tag <myTag>value</myTag>” at the cursor’s position of text editor.
Can anyone guide me how to achieve this?
Guys, Thanks for responses, following code solves the issue