Disable menu icons in Visual Studio 2008 AddIn
Posted
by Wolfgang Ziegler
on Stack Overflow
See other posts from Stack Overflow
or by Wolfgang Ziegler
Published on 2010-06-10T12:07:41Z
Indexed on
2010/06/10
12:13 UTC
Read the original article
Hit count: 290
I have developed an addin for Visual Studio 2008, which extends the main menu with custom menu items. These menu items have custom images and I finally managed to have them displayed correctly using transparency masks. The only problem that still persists is, that the icons look really ugly and unprofessional, when the menu items are disabled. Instead of getting grayed out smoothly, the icons become flat gray chunks.
© Stack Overflow or respective owner