Button Control

Is syncufusion kit has Button Control. I have requirement that, I need to add picture on the top of the button as well as the text. This needs to be work on XP/Windows 2000. Thanks Satish

1 Reply

AD Administrator Syncfusion Team May 21, 2004 01:31 PM UTC

Hi Satish, You could use the .Net Button for this purpose by setting the following properties : this.button1.Image = ((System.Drawing.Bitmap)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Text = "My Button"; Let me know if this works for you. Thanks for considering Syncfusion products. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Up arrow icon