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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -