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.