Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiline text as the button label in Windows Forms

Basically, I am creating a button in an oval shape. But my button label is too long to display in one line, so I wanted to split it into multiple lines so that the oval button looks good.

How do I enable word wrap on a button?

like image 896
Dinesh Avatar asked Jun 04 '10 06:06

Dinesh


1 Answers

If you want to set a button's label to multi-line text inside the VS designer, you can click on the "down arrow" at the right of the property field and then you are able to enter multiple lines of text.

VS text multiline property panel

I tried this in VS 2015.

like image 127
Dan Mirescu Avatar answered Sep 25 '22 00:09

Dan Mirescu