Hi Truong,
Thanks for contacting Syncfusion support.
We have analyzed the reported scenario at our end and the GetBitMap() method can be used to retrieve the images which are available in the resources file to add it for the context menu items. Please find the names of the images in the resources file for the corresponding menu item,
Image for the toolstripitems:
|
ToolStripMenuItem(_New_Item, "AddNew.png")
ToolStripMenuItem(_Edit_Item,"Edit.png")
ToolStripMenuItem(_Delete_Item, "Delete.png")
ToolStripMenuItem(_Day,"Day.png")
ToolStripMenuItem(_Work_Week, "Workweek.png")
ToolStripMenuItem(_Week,"Week.png")
ToolStripMenuItem(_Month, "Month.png") |
Please let us know, if you have any other queries.
Regards,
Arulpriya