What is the internal logic of RichTextBox.Paste() method which pastes data from clipboard to RichTextBox. Actually I want to add text to RichTextBox at the location where cursor is there on button click. But when I add text the added text is either selected after addition or the cursoe location is at the start of added text.
Any solution for this ?