how to wrap text in a control button on a web form ?

phinds

New member
Joined
Dec 5, 2010
Messages
2
Programming Experience
10+
On my web form, I can get labels to wrap text at both design time and run time, but for control buttons I can only get the text wrap to work at run time by setting the text content at form load and putting in a vbCrLf ... SO, clearly control buttons CAN wrap text, but I can't figure out how to get them to do it at design time so the buttons look right as I develop the form.

Thanks for any help.

Paul
 
Back
Top