In the program, you need to prevent the user from entering something from the keyboard into the richtextbox, but the property Enabled = false does not work, because it is necessary to leave the possibility for the user to select text with the mouse.

    1 answer 1

    To do this, set the flag for the ReadOnly = true control. It will be possible to scroll, select and copy text, but not to cut and paste