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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -