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
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