MU
Murugan
Syncfusion Team
December 18, 2006 07:40 PM UTC
Hi Nick,
We will assign new Icon for a particular toolbar button by changing barItem.ImageIndex property of the barItem.
Here is the code snippet:
private void barItem1_Click(object sender, EventArgs e)
{
this.barItem2.ImageList = this.imageList1;
this.barItem2.ImageIndex = 1;
}
Please use the above code snippet and let me know if it resolves the issue.
Thanks for choosing Syncfusion products.
Regards,
Murugan P.S