Use ToolStripRenderer to create a "disabled" version in color of existing image
A Windows Forms application written in C# that illustrates how to use an image to create another image with a disabled look and use the images together to create an image button functionality using PictureBox.
This method can be used in a custom GUI with PictureBox images as buttons, and when user have mouse on top the image is in its original "enabled" version and when user moves the mouse away the image will be "Disabled".