I have one application in which I used one richtextbox and some buttons.
I have 1 button named "Delete".
I want to create delete command using the code.
When the user clicked the "Delete" button after the entering and selecting the text in richtextbox then the selected text should be deleted.
How can I do this?
I have 1 button named "Delete".
I want to create delete command using the code.
When the user clicked the "Delete" button after the entering and selecting the text in richtextbox then the selected text should be deleted.
How can I do this?
Comment