Hi, This can be achieved by using code
Button1.Text = "Multiline text" + Environment.NewLine + "on a button"; for more details visit http://codingdigest.blogspot.com<http://codingdigest.blogspot.com/2010/07/how-to-display-multiline-text-on-button.html> Thanks, Prabhjot Singh On Wed, Jul 21, 2010 at 3:04 AM, Ramesh Konduri <[email protected]> wrote: > Hi aravindh, > > I don't know wether it is applicable or not, we can put an image with > replacing the text with the required formatting. > > Thanks, > Ramesh Konduri. > > On Jul 20, 2010, at 5:22 PM, Aravindh Kathir <[email protected]> wrote: > > > Hi, > > > > I need to display a button with multiline text as below > > > > // > > Save > > Content > > // > > > > I tried to " " as > > > > Button1.Text=" Save Content" > > > > It works fine for my desktop, but for others it is slightly shrinking > with its width and height as well. > > > > Currently i have no way to change to image button. > > > > is there any other way to solve this issue? > > > > Thanks > > > > Regards, > > Aravindh.K > > > -- Prabhjot Singh http://www.mashana.info
