I want to make a "view only" rich text box.

fyi:
  • I am deriving a new class from RichTextBox
  • I've set the ReadOnly property to true.


  1. Is there a way to prevent selection of items?
  2. Is there a way to remove the blinking cursor?