I am working with C # in which I will develop an application that contains a menu which can be dynamic. I chose to work with MenuStrip, it's the first time I've done it.
I want to make my menu bar black with the blank font. I doubt it is how I can change the background color and the letters when I mouse over.
In the following photo you can see that when passing over it has a blue color which does not highlight and does not allow to see the text in a comfortable way. Likewise when pressed it is seen in a white tone that completely loses sight of the text.
How could I adjust these color values of both the background and the letter by passing it over with the mouse and when clicking on this MenuTrip.
Or if someone could give me another option to create a menu within C # I would appreciate it a lot.
Thanks in advance, greetings, good afternoon.