Answer the question
In order to leave comments, you need to log in
How to set a color for an element?
There is MenuStrip. It is necessary to make it so that when the item is opened, its (item) color changes. How to do it?
Answer the question
In order to leave comments, you need to log in
add menuStrip1.Items[0].ForeColor = Color.Red to the Click() property; for the first menu item
or for all menuStrip1.ForeColor = Color.Red;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question