Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to know how to add big bracket that is covering 4 or 5 lines in Rich Text Box in windows form program in visual studio.
Is this implementable in Richtextbox or any other ways through which I can achieve similar results

What I have tried:

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Posted
Updated 30-Jul-20 2:51am
v2
Comments
Maciej Los 29-Jul-20 9:40am    
You have to draw it ;)

1 solution

I do not think that is possible without possibly using the Drawing namespace, but even with that I don't think it will go into a RichTextBox control. You may have to create your own control.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900