When I add a ToolStripMenuItem
to a ContextMenuStrip
and then add a ToolStripComboBox
in it, the background color under the ToolStripComboBox
isn't blue. However, as you can see it's blue under 'Sub opt2' (which is in the main options of ContextMenuStrip
).
My question: How can you change the background that's underneath the ToolStripComboBox
?
The Image below is an example of the these two ToolStripComboBox
having different background colors:
The Image below is an example of the background color I want to change: