How to change the version of the RichEdit control in a RichTextBox

0

I'm using a RichTextBox. How can I change the version of RichEdit in the RichTextBox?

I’ve overriden the CreateParams property. The default values I see are as follows:

ClassName: “RichEdit20W” ClassStyle: 8 ExStyle 512 Height: 96 Param: null Parent: 0x00000000 Style: 1442906560 Width: 100 X: 0 Y: 0

How do I change the version of the RichEdit control? Any Ideas?

I’m currently using VS Professional Version: 2017 .NET Version: 4.7.03062 Windows 10

Thanks

-Mike

richtextbox
asked on Stack Overflow Feb 27, 2019 by Sylas

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0