0

I have created an icon based navigation in my C# application. I have used a toolstrip to do so but I want to get rid of the hover effect. I can't seem to find anything in the properties or the code and I'm using winforms

Thanks in advance

Lori
  • 1
  • 1

1 Answers1

-1

toolStrip1.ShowItemtoolTips = false;

Spizmar
  • 34
  • 2