In Visual C # .NET:
How to add / add text directly to where the user cursor is in the Rich Text Box?
For example, if a user clicked a button and their cursor was somewhere in a text box with rich text, the text will be immediately added to the location of their cursor.
source
share