c# - Making WinForm ContextMenu Background Gray? -
The context menu has a default white background.
It looks great, but for stability, I want to be gray with any other app like context menu How do I get this style for my context menu?
Take a look at another item about the menu item.
You need to use one instead of ContextMenuStrip
. It will set the default color (i.e. brown) and styles in the built operating system instead of their own defined colors and styles .
Comments
Post a Comment