I have a MenuStrip for example i have in the menu a tab called: Check Test
I want to do something that when i click once on the Check Test it will do something bu also will add some V or some sign near to it on th menu so i know that this menu is now active and another click will remove the V from it or near it.
Not a checkBox but something like a checkBox somehow to add a V or something near or on the menu when i click on it.
Set your menuItem’s
CheckOnClickproperty to truenow when you click on it , it would be checked and unchecked automatically.