RichTextBox does not show FixedSingle

  • Thread starter Thread starter Claes Wedin
  • Start date Start date
C

Claes Wedin

I have a RichTextBox control that I want to have the border set to
FixedSingle, but when I change it, it is still Fixed3D.
I tried both changing the property in the designer and with code:
this.m_MyRTB.BorderStyle = BorderStyle.FixedSingle;

If I change it to None it works fine.
Any clue?

Claes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top