winforms - how to add icon to context menu in c# windows form application -
i having tree view in if right click node context menu displayed,now want add icons corresponding items in context menu.
if you're talking contextmenustrip control, can either in designer, clicking on item , selecting "set image...", or programmatically changing image property of toolstripmenuitem.
Comments
Post a Comment