digitie / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
1 stars 0 forks source link

Add icons in Torrents context menu #280

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the Torrent context menu (right click on a torrent in main data grid), it 
would be nice to have same icons as thos in Toolbar (at least for main actions).

Original issue reported on code.google.com by erwan.be...@gmail.com on 16 Jun 2010 at 11:11

GoogleCodeExporter commented 8 years ago
MenuItem hasnt image property, so we need to use a custom menuitem :/

Original comment by elso.and...@gmail.com on 16 Jun 2010 at 1:30

GoogleCodeExporter commented 8 years ago
Hi,

I don't know exactly what version of .Net you are using but
when using a ContextMenuStrip, you can add ToolStripMenuItem
items in it and this class does have an Image property (I use
them in a project I work on).

Hope this helps & once again thanks for work and reactivity !

Original comment by erwan.be...@gmail.com on 16 Jun 2010 at 1:42